1
zzr99
2022-07-28 6590310cb3482ca4a5089d09bfc17ff9a8f1378e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
using System;
using System.Collections.Generic;
using System.Text;
 
namespace Model
{
    public class ClsCrm_MarketInfoBillMain : DBUtility.ClsXt_BaseBillMain
    {
        public string  HInfoName;    //varchar(200)    --Ç鱨Ö÷Ìâ
        public Int64 HInfoFromID;    //int        --Ç鱨À´Ô´(Gy_InfoFrom)
        public Int64 HInfoTypeID;    //int        --Ç鱨ÀàÐÍ(Gy_InfoType)
        public Int64 HCounterWorkerID;    //int    --¾ºÕù¶ÔÊÖ(Crm_CounterWorkerBillMain)
        public Int64 HEmpID;        //int        --ÌṩÕß(Gy_Employee)
        public Int64 HDeptID;        //int        --²¿ÃÅ(Gy_Department)
        public string HStatus;        //varchar(50)    --ÉúЧ״̬£¨ÉúЧ£¬ÔÝÍ££¬Ê§Ð§£©ÏÂÀ­¿òÑ¡Ôñ
        public string HInfoNote;    //varchar(1000)    --Ç鱨ÄÚÈÝ
        public string HCouMeasure;        //varchar(1000)    --Ó¦¶Ô²ßÂÔ
 
 
    }
}