1
yxj
16 小时以前 23dbc5b616dfa1a2bcb1fa4302637b8df701f43c
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
using System;
using System.Collections.Generic;
using System.Text;
 
namespace Model
{
    public class ClsXs_SeQuotationBillSub:DBUtility.ClsXt_BaseBillSub
    {
        public long HMaterID;//  int              --ÎïÁÏID (Gy_Material)
        public string HMaterNumber;//    varchar(50)    --ÎïÁÏ´úÂë
        public long HUnitID;//    int            --¼ÆÁ¿µ¥Î» (Gy_Unit)
        public string HUnitNumber;//    varchar(50)    --µ¥Î»´úÂë
        public double HDisposeRate;//    money        --δ´¦Àí±ÈÖØ£¨KG/M£©
        public double HQty;//     dec(18,8)             --ÊýÁ¿
        public double HPrice;//   dec(18,8)             --±¨¼Û
        public double HRelPrice;//    dec(18,8)    --ʵ¼Ê³ö³§¼Û
        public double HRate;//     money            --ÕÛ¿ÛÂÊ
        public double HAllMoney;//    dec(18,8)    --Ô­½ð¶î
        public double HMoney;//   dec(18,8)             --ÕÛ¿Ûºó½ð¶î
        public DateTime HDate;//      datetime            --Ô¤¼Æ½»»õÈÕÆÚ
        public string HSourceInterID;
        public string HSourceEntryID;
        public string HSourceBillNo;
        public string HSourceBillType;
        public string HType; 
    }
}