#pragma once #include "stdafx.h" class CMBShareCatalogInfo; // m_strID typedef map CMBShareCatalogInfoMap; typedef vector CMBShareCatalogInfoVector; /************************************************************************/ /* ¹²ÏíĿ¼ÐÅÏ¢ */ /************************************************************************/ class AFX_EXT_CLASS CMBShareCatalogInfo :public CMBBaseCatalogObj { DECLARE_DYNAMIC(CMBShareCatalogInfo) public: CMBShareCatalogInfo(void); ~CMBShareCatalogInfo(void); public: CString m_strSharedTime;// ¨C ¹²Ïíʱ¼ä CString m_strInvalidDate;// ¨C ʧЧÈÕÆÚ CString m_strSharers;// ¨C ¹²Ïí¸øÄÄЩÈË CString m_strTags;// ¨C Îĵµ±êÇ© CString m_strOwnerUserID;// ¨C ¹²ÏíÕߵǼÃû CString m_strOwnerUserName;// ¨C ¹²ÏíÕßÃû³Æ CString m_strLastViewTime;// ¨C ×îºóÒ»´Îä¯ÀÀʱ¼ä CString m_strLastModify;// ¨C ×îºóÒ»´ÎÐÞ¸Äʱ¼ä public: virtual void Abst(){}; };