using System; using System.Linq; using System.Text; using SqlSugar; namespace Entity.Sugar { /// /// /// [SugarTable("OTB_WSM_PackingOrder")] public partial class OTB_WSM_PackingOrder : ModelContext { public OTB_WSM_PackingOrder(){ } /// /// Desc: /// Default: /// Nullable:False /// [SugarColumn(IsPrimaryKey=true)] public string AppointNO {get;set;} public const string CN_APPOINTNO = "AppointNO"; /// /// Desc: /// Default: /// Nullable:False /// public string OrgID {get;set;} public const string CN_ORGID = "OrgID"; /// /// Desc: /// Default: /// Nullable:False /// public string ExhibitionNO {get;set;} public const string CN_EXHIBITIONNO = "ExhibitionNO"; /// /// Desc: /// Default: /// Nullable:False /// public string CompName {get;set;} public const string CN_COMPNAME = "CompName"; /// /// Desc: /// Default: /// Nullable:True /// public string MuseumMumber {get;set;} public const string CN_MUSEUMMUMBER = "MuseumMumber"; /// /// Desc: /// Default: /// Nullable:False /// public string AppointUser {get;set;} public const string CN_APPOINTUSER = "AppointUser"; /// /// Desc: /// Default: /// Nullable:False /// public string AppointTel {get;set;} public const string CN_APPOINTTEL = "AppointTel"; /// /// Desc: /// Default: /// Nullable:False /// public string AppointEmail {get;set;} public const string CN_APPOINTEMAIL = "AppointEmail"; /// /// Desc: /// Default: /// Nullable:False /// public string Contactor {get;set;} public const string CN_CONTACTOR = "Contactor"; /// /// Desc: /// Default: /// Nullable:False /// public string ContactTel {get;set;} public const string CN_CONTACTTEL = "ContactTel"; /// /// Desc: /// Default: /// Nullable:True /// public DateTime? ApproachTime {get;set;} public const string CN_APPROACHTIME = "ApproachTime"; /// /// Desc: /// Default: /// Nullable:True /// public DateTime? ExitTime {get;set;} public const string CN_EXITTIME = "ExitTime"; /// /// Desc: /// Default: /// Nullable:False /// public string PackingInfo {get;set;} public const string CN_PACKINGINFO = "PackingInfo"; /// /// Desc: /// Default: /// Nullable:True /// public decimal? Total {get;set;} public const string CN_TOTAL = "Total"; /// /// Desc: /// Default: /// Nullable:True /// public string Memo {get;set;} public const string CN_MEMO = "Memo"; /// /// Desc: /// Default: /// Nullable:True /// public string CreateUser {get;set;} public const string CN_CREATEUSER = "CreateUser"; /// /// Desc: /// Default: /// Nullable:True /// public DateTime? CreateDate {get;set;} public const string CN_CREATEDATE = "CreateDate"; /// /// Desc: /// Default: /// Nullable:True /// public string ModifyUser {get;set;} public const string CN_MODIFYUSER = "ModifyUser"; /// /// Desc: /// Default: /// Nullable:True /// public DateTime? ModifyDate {get;set;} public const string CN_MODIFYDATE = "ModifyDate"; /// /// Desc: /// Default: /// Nullable:True /// public string CustomerId {get;set;} public const string CN_CUSTOMERID = "CustomerId"; /// /// Desc: /// Default: /// Nullable:True /// public string OtherId {get;set;} public const string CN_OTHERID = "OtherId"; /// /// Desc: /// Default: /// Nullable:True /// public bool? IsKeyMode {get;set;} public const string CN_ISKEYMODE = "IsKeyMode"; /// /// Desc: /// Default: /// Nullable:True /// public DateTime? AppointDateTime {get;set;} public const string CN_APPOINTDATETIME = "AppointDateTime"; /// /// Desc: /// Default: /// Nullable:True /// public string OtherIdFrom {get;set;} public const string CN_OTHERIDFROM = "OtherIdFrom"; /// /// Desc: /// Default: /// Nullable:True /// public string Unicode { get; set; } public const string CN_UNICODE = "Unicode"; /// /// Desc: /// Default: /// Nullable:True /// public string AppointExt { get; set; } public const string CN_APPOINTEXT = "AppointExt"; /// /// Desc: /// Default: /// Nullable:True /// public string PaymentWay { get; set; } public const string CN_PAYMENTWAY = "PaymentWay"; } }