using DBUtility; using System; using System.Collections.Generic; using System.Linq; namespace Model { public class ClsCg_OrderTransportBillSub_Money_Model : ClsGy_Base_Model { public int HInterID { get; set; } public string HBillNo_bak { get; set; } public int HEntryID { get; set; } public string HCloseMan { get; set; } public DateTime? HEntryCloseDate { get; set; } public bool HCloseType { get; set; } public string HRemark { get; set; } public int? HSourceInterID { get; set; } public int? HSourceEntryID { get; set; } public string HSourceBillNo { get; set; } public string HSourceBillType { get; set; } public decimal? HRelationQty { get; set; } public decimal? HRelationMoney { get; set; } public int HItemSubID { get; set; } public int? HMoneysItemID { get; set; } public decimal? HMoneys { get; set; } public string HPic { get; set; } public DateTime? HLoadTime { get; set; } } }