using System; using System.Linq; using System.Text; using SqlSugar; namespace EC_SeckillInfo { /// /// /// [SugarTable("P_PrintingWorks_temp")] public partial class P_PrintingWorks_temp { public P_PrintingWorks_temp(){ } /// /// Desc: /// Default: /// Nullable:True /// public int? Member_id {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public int? Business_CustomerManagement_id {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public string PPW_Equipment {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public string PPW_Type {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public string PPW_Name {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public int? PPW_ImpressionMin {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public int? PPW_ImpressionMax {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public decimal? PPW_Price {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public int? PPW_AddImpression {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public decimal? PPW_AddPrice {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public decimal? PPW_VersionCosts {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public decimal? PPW_From {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public string PPW_Remarks {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public string PPW_UpdatePeople {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public DateTime? PPW_UpTime {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public int? OrderNum {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public DateTime? UpTime {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public string A {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public string B {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public string C {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public string D {get;set;} /// /// Desc: /// Default: /// Nullable:True /// public string E {get;set;} } }