using System; using System.Linq; using System.Text; using SqlSugar; namespace EC_SeckillInfo { /// /// /// [SugarTable("SysInquiry_RangeofBusiness")] public partial class SysInquiry_RangeofBusiness { public SysInquiry_RangeofBusiness(){ } /// /// Desc: /// Default: /// Nullable:False /// [SugarColumn(IsPrimaryKey=true,IsIdentity=true)] public int KeyId {get;set;} /// /// Desc: /// Default: /// Nullable:False /// public int PrintingTypeId {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public int? PagerId {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public string GramWeightRange {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public string PageSizeRange {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public string AfterParameterRange {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public string Operater {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public DateTime? OperateTime {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public DateTime? lastUpdateTime {get;set;} } }