using System; using System.Linq; using System.Text; using SqlSugar; namespace Entity.Sugar { /// /// /// [SugarTable("OTB_OPM_Exhibition")] public partial class OTB_OPM_Exhibition : ModelContext { public OTB_OPM_Exhibition(){ } /// /// Desc: /// Default: /// Nullable:False /// [SugarColumn(IsPrimaryKey=true,IsIdentity=true)] public int SN {get;set;} public const string CN_SN = "SN"; /// /// Desc: /// Default: /// Nullable:False /// public string Exhibitioname_TW {get;set;} public const string CN_EXHIBITIONAME_TW = "Exhibitioname_TW"; /// /// Desc: /// Default: /// Nullable:True /// public string Exhibitioname_EN {get;set;} public const string CN_EXHIBITIONAME_EN = "Exhibitioname_EN"; /// /// Desc: /// Default: /// Nullable:True /// public DateTime? ExhibitionDateStart {get;set;} public const string CN_EXHIBITIONDATESTART = "ExhibitionDateStart"; /// /// Desc: /// Default: /// Nullable:True /// public DateTime? ExhibitionDateEnd {get;set;} public const string CN_EXHIBITIONDATEEND = "ExhibitionDateEnd"; /// /// Desc: /// Default: /// Nullable:True /// public string Area {get;set;} public const string CN_AREA = "Area"; /// /// Desc: /// Default: /// Nullable:True /// public string State {get;set;} public const string CN_STATE = "State"; /// /// Desc: /// Default: /// Nullable:True /// public string Industry {get;set;} public const string CN_INDUSTRY = "Industry"; /// /// 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:N /// Nullable:True /// public string IsShowWebSite {get;set;} public const string CN_ISSHOWWEBSITE = "IsShowWebSite"; /// /// Desc: /// Default: /// Nullable:True /// public string ExhibitionCode {get;set;} public const string CN_EXHIBITIONCODE = "ExhibitionCode"; /// /// Desc: /// Default: /// Nullable:True /// public string Exhibitioname_CN {get;set;} public const string CN_EXHIBITIONAME_CN = "Exhibitioname_CN"; /// /// Desc: /// Default: /// Nullable:True /// public string ExhibitionAddress {get;set;} public const string CN_EXHIBITIONADDRESS = "ExhibitionAddress"; /// /// Desc: /// Default: /// Nullable:True /// public string LogoFileId {get;set;} public const string CN_LOGOFILEID = "LogoFileId"; /// /// Desc: /// Default: /// Nullable:True /// public string IsShowWebSim {get;set;} public const string CN_ISSHOWWEBSIM = "IsShowWebSim"; /// /// Desc: /// Default: /// Nullable:True /// public DateTime? ShelfTime_Home {get;set;} public const string CN_SHELFTIME_HOME = "ShelfTime_Home"; /// /// Desc: /// Default: /// Nullable:True /// public DateTime? ShelfTime_Abroad {get;set;} public const string CN_SHELFTIME_ABROAD = "ShelfTime_Abroad"; /// /// Desc: /// Default: /// Nullable:True /// public string ExhibitioShotName_TW {get;set;} public const string CN_EXHIBITIOSHOTNAME_TW = "ExhibitioShotName_TW"; /// /// Desc: /// Default: /// Nullable:True /// public string ExhibitioShotName_CN {get;set;} public const string CN_EXHIBITIOSHOTNAME_CN = "ExhibitioShotName_CN"; /// /// Desc: /// Default: /// Nullable:True /// public string ExhibitioShotName_EN {get;set;} public const string CN_EXHIBITIOSHOTNAME_EN = "ExhibitioShotName_EN"; /// /// Desc: /// Default: /// Nullable:False /// public string OrgID {get;set;} public const string CN_ORGID = "OrgID"; /// /// Desc: /// Default: /// Nullable:True /// public string Effective {get;set;} public const string CN_EFFECTIVE = "Effective"; /// /// Desc: /// Default: /// Nullable:True /// public string IsTransfer {get;set;} public const string CN_ISTRANSFER = "IsTransfer"; /// /// Desc: /// Default: /// Nullable:True /// public DateTime? LastTransfer_Time {get;set;} public const string CN_LASTTRANSFER_TIME = "LastTransfer_Time"; /// /// Desc: /// Default: /// Nullable:True /// public string CostRulesId {get;set;} public const string CN_COSTRULESID = "CostRulesId"; } }