1
yxj
20 小时以前 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
28
29
30
31
32
33
34
35
36
37
38
39
using System;
using System.Collections.Generic;
using System.Text;
 
namespace Model
{
    public class ClsKf_MateOutRequestBillSub:DBUtility.ClsXt_BaseBillSub
    {
        public DateTime HEntryCloseDate;//   datetime      --Ðйرՠ(ĬÈÏΪ'')        new
        public Int64 HMaterID;//     int               --ÎïÁÏID
        public Int64 HUnitID;//    int                  --¼ÆÁ¿µ¥Î»
        public double HQty;//        dec(18,8)              --ÉêÇëÊýÁ¿
        public double HPrice;//     dec(18,8)               --µ¥¼Û
        public double HMoney;//     dec(18,8)              --½ð¶î
        public Int64 HWHID;//      int                  --²Ö¿â
        public DateTime HDate;//  datetime                --½¨Òé·¢ÁÏÈÕÆÚ
        public Int64 HPOOrderInterID;//  int              --²É¹º¶©µ¥Ö÷ÄÚÂë
        public Int64 HPOOrderEntryID;//    int            --²É¹º¶©µ¥×ÓÄÚÂë
        public string HPOOrderBillNo;//    varchar(50)         --²É¹º¶©µ¥ºÅ
        public Int64 HICMOInterID;//   int             --Éú²ú¶©µ¥Ö÷ÄÚÂë
        public Int64 HICMOEntryID;//      int            --ͶÁϵ¥×ÓÄÚÂë
        public string HICMOBillNo;//    varchar(50)        --Éú²ú¶©µ¥ºÅ
 
        public object HBillNo_bak { get; set; }
        public object HAuxPropID { get; set; }
        public object HMTONo { get; set; }
        public object HBatchNO { get; set; }
        public object HPlanMode { get; set; }
        public object HSeOrderInterID { get; set; }
        public object HSeOrderEntryID { get; set; }
        public object HSEQ { get; set; }
        public object HSTOCKSTATUSID { get; set; }
        public object HOWNERTYPEID { get; set; }
        public object HOWNERID { get; set; }
        public object HSPID { get; set; }
        public object HMustQty { get; set; }
        public object HQtyMust { get; set; }
    }
}