使用soui开发的mbc,只支持windows版本
w1146869587
2022-01-24 0408576e9da10015ffa9da0079b8c985113ce4b3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#pragma once
#include "stdafx.h"
 
/************************************************************************/
/* ×éÖ¯ÐÅÏ¢                                                             */
/************************************************************************/
 
class AFX_EXT_CLASS CMBOrgInfo
    : public CObject
{
public:
    CMBOrgInfo(void);
    ~CMBOrgInfo(void);
public:
    CString m_strID;      // ×éÖ¯id
    CString m_strCode;    // ×éÖ¯±àÂë 
    CString m_strName;    // Ö¯Ö¯Ãû³Æ 
    CString m_strType;    // ÀàÐÍ
    CString m_strIsUnit;  // ÊÇ·ñÊǵ¥Î»
};