chenhaozhe
3 天以前 d8dc41f030b35e4bf0fe7efe27ea09c45fdd54a8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
using System;
using System.Collections.Generic;
using System.Text;
 
namespace Model
{
    public class ClsXs_SeOutStockBillMain:DBUtility.ClsXt_BaseBillMain
    {
        public Int64 HDeptID;//     int                 --²¿ÃÅ    (Gy_Employee)
        public Int64 HEmpID;//     int                   --ÒµÎñÔ±  (Gy_Employee)
        public Int64 HManagerID;//  int                 --Ö÷¹Ü    (Gy_Employee)
        public string HAddress;//     varchar(200)                --½»»õµØµã 
        public Int64 HSSID;//     int                --½áË㷽ʽ (Gy_SettleStyle)
        public Int64 HCusID;//    ¿Í»§
        public Int64 HCurID;//    int                  --±Ò±ð (Gy_Currency)
        public Single HExRate;//    money                  --»ãÂÊ  (Ñ¡ÔñÍê±Ò±ð´ø³ö)
        public Int64 HWHID;//  ²Ö¿â
        public Int64 HProjectID;        //   g¹¤³ÌÏîÄ¿
        public string HExplanation;//  varchar(200)             --ÕªÒª 
        public string HInnerBillNo;//  varchar(50)             --ÄÚ²¿µ¥¾ÝºÅ
        public Int64 HConveyTypeID;//    ÔËÊ䷽ʽ
        public Int64 HConveyCompID;//    ÔËÊ乫˾
        public double HConveyMoney;//    ÔË·Ñ
 
        public bool HDFflag; //ÊÇ·ñµæ¸¶
        public string HLinkMan;//    varchar(50)      //ÁªÏµÈË     new
        public string HLinkPhone;//   varchar(100)     //ÁªÏµµç»°   new
 
        public Int64 HSALEORGID;
        public Int64 HDELIVERYORGID;
        public Int64 HOWNERID;
        public string HOWNERTYPEID;
        public Int64 HERPInterID;
        public string HERPBillType;
 
        public Int64 HSTOCKERGROUPID;
        public Int64 HSALEGROUPID;
        public Int64 HSALEDEPTID;
        public string HBUSINESSTYPE;
        public Int64 HCARRIERID;
        public Int64 HRECEIVERID;
        public Int64 HSETTLEID;
        public Int64 HPAYERID;
        public Int64 HHEADLOCID;
        public Int64 HRECCONTACTID;
        public Int64 HRECEIPTCONDITIONID;
        public Int64 HCORRESPONDORGID;
        public string HCARRIAGENO;
 
        public string HSeOrderBillNo_M { get; set; }
    }
}