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
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 HPOOrderInterID;//
        public Int64 HPOOrderEntryID;//
        public string HPOOrderBillNo;//
    }
}