1
chenhaozhe
7 天以前 30f332f62156d0e3460ed20a4865911f9a1912e6
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
using DBUtility;
using System;
using System.Collections.Generic;
using System.Linq;
 
namespace Model
{
    public class ClsCg_OrderTransportBill_Model : ClsGy_Base_Model
    {
        public int HYear { get; set; }
        public int HPeriod { get; set; }
        public string HBillType { get; set; }
        public string HBillSubType { get; set; }
        public int HInterID { get; set; }
        public DateTime HDate { get; set; }
        public string HBillNo { get; set; }
        public int HBillStatus { get; set; }
        public int HCheckItemNowID { get; set; }
        public int HCheckItemNextID { get; set; }
        public int HCheckFlowID { get; set; }
        public string HRemark { get; set; }
        public string HBacker { get; set; }
        public DateTime? HBackDate { get; set; }
        public string HBackRemark { get; set; }
        public string HChecker { get; set; }
        public DateTime? HCheckDate { get; set; }
        public string HMaker { get; set; }
        public DateTime HMakeDate { get; set; }
        public string HUpDater { get; set; }
        public DateTime? HUpDateDate { get; set; }
        public string HCloseMan { get; set; }
        public DateTime? HCloseDate { get; set; }
        public bool HCloseType { get; set; }
        public string HDeleteMan { get; set; }
        public DateTime? HDeleteDate { get; set; }
        public string HMainSourceBillType { get; set; }
        public int? HMainSourceInterID { get; set; }
        public int? HMainSourceEntryID { get; set; }
        public string HMainSourceBillNo { get; set; }
        public int HPrintQty { get; set; }
        public int HItemMainID { get; set; }
        public int? HCusID { get; set; }
        public int? HStockOutBillMainID { get; set; }
        public string HStockOutBillNo { get; set; }
        public int? HSupID { get; set; }
        public string HOrderBillNumber { get; set; }
        public string HOrderType { get; set; }
        public string HTransportType { get; set; }
        public decimal? HTransportMoney { get; set; }
        public string HSendAddr { get; set; }
        public string HReceAddr { get; set; }
        public decimal? HGoodsVolume { get; set; }
        public DateTime? HTakeGoodsTime { get; set; }
        public DateTime? HArriveGoodsTime { get; set; }
        public int? HCarID { get; set; }
        public int? HDriverID { get; set; }
        public decimal? HLoadRate { get; set; }
        public int HOrderStatus { get; set; }
    }
}