using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Model { public class ClsGy_DiscountList { public int HItemID { get; set; } public string HNumber { get; set; } public string HName { get; set; } public string HHelpCode { get; set; } public string HShortNumber { get; set; } public int HParentID { get; set; } public int HLevel { get; set; } public bool HEndFlag { get; set; } public string HRemark { get; set; } public bool HStopflag { get; set; } public string HUseFlag { get; set; } public string HMakeEmp { get; set; } public DateTime HMakeTime { get; set; } public string HCheckEmp { get; set; } public DateTime? HCheckTime { get; set; } public string HModifyEmp { get; set; } public DateTime? HModifyTime { get; set; } public string HStopEmp { get; set; } public DateTime? HStopTime { get; set; } public int HUSEORGID { get; set; } public int HCREATEORGID { get; set; } public int HPURCHASEORGID { get; set; } public int HSupID { get; set; } public int HCurID { get; set; } public int HPRICELISTID { get; set; } public string HPRICETYPE { get; set; } public string HDISCOUNTOBJECT { get; set; } public string HDISCOUNTREASON { get; set; } public string HDEFDISCOUNTLISTID { get; set; } } }