yusijie
2023-02-08 7f8ed8cdc49b33178f34c91edf862f831cd30c9c
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
using System;
using System.Collections.Generic;
using System.Text;
 
namespace Model
{
    public class ClsCg_POInStockBillSub:DBUtility.ClsXt_BaseBillSub
    { 
        public DateTime HEntryCloseDate;//   datetime      --Ðйرՠ(ĬÈÏΪ'')        new
        public string HRemark;//         varchar(200)        --±¸×¢ 
        public Int64 HMaterID;//  int      --ÎïÁÏID (Gy_Material)
        public Int64 HUnitID;//    int    --¼ÆÁ¿µ¥Î» (Gy_Unit)
        public double HQty;//     dec(18,8)         --ÊýÁ¿
        public double HCheckQty;        //¼ìÑéÊý
        public double HPassQty;         //ºÏ¸ñÊý
        public double HBadQty;          //²»ºÏ¸ñÊý
        public double HPrice;//   dec(18,8)         --Ô­±Òµ¥¼Û
        public double HMoney;//   dec(18,8)         --Ô­±Ò½ð¶î
        public double HTaxPrice;//   dec(18,8)         --º¬Ë°µ¥¼Û
        public double HTaxMoney;//   dec(18,8)         --º¬Ë°½ð¶î
        public double HTaxRate;//   dec(18,8)         --º¬Ë°½ð¶î
        public double HTaxMoney_TAX;//   dec(18,8)         --º¬Ë°½ð¶î
        public double HTaxRate_TAX;//   dec(18,8)         --º¬Ë°½ð¶î
        public Int64 HWHID;//              --ÊÕÁϲֿâ
        public Int64 HPOOrderInterID;//
        public Int64 HPOOrderEntryID;//
        public string HPOOrderBillNo;//
        public Int64 HSecUnitID;// ¸¨Öúµ¥Î»
 
        public Int64 HInterID;
        public Int64 HEntryID;
        public Int64 HSPID;
        public Int64 HSourceInterID;
        public Int64 HSourceEntryID;
        public string HSourceBillNo;
        public Int64 HAuxPropID;
        public string HBatchNO;
        public string HMTONo;
        public string HPlanMode;
        public Int64 HERPInterID;
        public Int64 HERPEntryID;
        public double HRelationQty;
        public Int64 HGiveAwayFlag;
        public double HReceiveQty;
        public Int64 HSEQ;
        public string HPRODUCEDATE;
        public string HEXPIRYDATE;
        public string HSUPPLYLOT;
        public string HREQTRACENO;
        public Int64 HBOMID;
        public Int64 HSTOCKUNITID;
        public Int64 HBASEUNITID;
        public Int64 HSTOCKSTATUSID;
        public string HKEEPERTYPEID;
        public string HPROJECTNO;
        public string HGIVEAWAY;
        public string HCHECKINCOMING;
        public string HDISCOUNTRATE;
        public double HPRICECOEFFICIENT;
        public Int64 HPRICEUNITID;
        public Int64 HPRICELISTENTRY;
        public double HSAMPLEDAMAGEQTY;
        public double HSAMPLEDAMAGEBASEQTY;
        public Int64 HPAYORGID;
        public Int64 HSETTLEORGID;
        public Int64 HSETTLECURRID;
        public Int64 HSETTLEMODEID;
        public Int64 HEXCHANGETYPEID;
        public double HEXCHANGERATE;
        public Int64 HPAYCONDITONID;
        public Int64 HLOCALCURRID;
        public Int64 HISINCLUDEDTAX;
        public Int64 HISPRICEEXCLUDETAX;
        public Int64 HTAXRATEID;
        public double HCOSTPERCENT;
        public double HCOSTAMOUNT;
        public Int64 HVAT;
        public Int64 HSELLERWITHHOLDING;
        public Int64 HBUYERWITHHOLDING;
 
    }
}