1
yangle
昨天 05c942db68c26450167a4dd85ee806d4082a95eb
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
using System;
using System.Collections.Generic;
using System.Text;
 
namespace Model
{
    public class ClsCg_POInStockBackBillSub: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 HPrice;//   dec(18,8)         --Ô­±Òµ¥¼Û
        public double HMoney;//   dec(18,8)         --Ô­±Ò½ð¶î
        public double HTaxPrice;//   dec(18,8)         --º¬Ë°µ¥¼Û
        public double HTaxMoney;//   dec(18,8)         --º¬Ë°½ð¶î
        public Int64 HWHID;//              --ÍËÁϲÖλ
        public Int64 HSPID;//              --ÊÕÁϲֿâ
        public Int64 HPOOrderInterID;//
        public Int64 HPOOrderEntryID;//
        public string HPOOrderBillNo;//
 
        public object HConfirmMan { get; set; }
        public object HConfirmDate { get; set; }
        public object HStatus { get; set; }
        public object HBacker { get; set; }
        public object HBackDate { get; set; }
        public object HBackRemark { get; set; }
        public object HWWOrderInterID { get; set; }
        public object HWWOrderEntryID { get; set; }
        public object HWWOrderDetaiLID { get; set; }
        public object HWWOrderBillNo { get; set; }
        public object HPropertyID { get; set; }
        public object HSecUnitID { get; set; }
        public object HSecUnitRate { get; set; }
        public object HTaxRate { get; set; }
        public object HBatChNo { get; set; }
        public object HAuxPropID { get; set; }
        public object HERPInterID { get; set; }
        public object HERPEntryID { get; set; }
        public object HERPDetailID { get; set; }
        public object HMTONo { get; set; }
        public object HPlanMode { get; set; }
    }
}