This commit is contained in:
coco
2026-07-03 16:05:30 +08:00
commit df489d5640
1101 changed files with 779140 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
// DataMngStruct.h: interface for the CDataMngStruct class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_DATAMNGSTRUCT_H__E5353CB0_51D2_40B4_8982_7B7BE35FAB95__INCLUDED_)
#define AFX_DATAMNGSTRUCT_H__E5353CB0_51D2_40B4_8982_7B7BE35FAB95__INCLUDED_
#include "Constant.h"
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CDataMngStruct
{
public:
virtual bool ShowDetailInfo(CListCtrl& dmsDetailList); //显示详细信息
CDataMngStruct();
virtual ~CDataMngStruct();
};
#endif // !defined(AFX_DATAMNGSTRUCT_H__E5353CB0_51D2_40B4_8982_7B7BE35FAB95__INCLUDED_)