1
wtt
2025-04-02 221e2c1be8053f750805c1335fc32b1bafe1c76b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
using System;
using System.Collections.Generic;
using System.Text;
 
namespace Model
{
    public class ClsOA_FileChangeRequestBillSub: 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 DateTime HDate;//      datetime      --½»»õÈÕÆÚ
        public Int64 HSeOrderInterID;//   int             --ÏúÊÛ¶©µ¥Ö÷ÄÚÂë
        public Int64 HSeOrderEntryID;//      int            --ÏúÊÛ¶©µ¥×ÓÄÚÂë
        public string HSeOrderBillNo;//    varchar(50)        --ÏúÊÛ¶©µ¥ºÅ
    }
}