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; } } }