using System; using System.Linq; using System.Text; using SqlSugar; namespace Entity.Sugar { /// /// /// [SugarTable("OTB_SYS_Organization")] public partial class OTB_SYS_Organization : ModelContext { public OTB_SYS_Organization(){ } /// /// Desc: /// Default: /// Nullable:False /// [SugarColumn(IsPrimaryKey=true)] public string OrgID {get;set;} public const string CN_ORGID = "OrgID"; /// /// Desc: /// Default: /// Nullable:False /// public string OrgName {get;set;} public const string CN_ORGNAME = "OrgName"; /// /// Desc: /// Default: /// Nullable:True /// public string OwnerName {get;set;} public const string CN_OWNERNAME = "OwnerName"; /// /// Desc: /// Default: /// Nullable:True /// public string Email {get;set;} public const string CN_EMAIL = "Email"; /// /// Desc: /// Default: /// Nullable:True /// public string TEL {get;set;} public const string CN_TEL = "TEL"; /// /// Desc: /// Default: /// Nullable:True /// public string Ext {get;set;} public const string CN_EXT = "Ext"; /// /// Desc: /// Default: /// Nullable:True /// public string Fax {get;set;} public const string CN_FAX = "Fax"; /// /// Desc: /// Default: /// Nullable:True /// public string Address {get;set;} public const string CN_ADDRESS = "Address"; /// /// Desc: /// Default: /// Nullable:True /// public string LoGoId {get;set;} public const string CN_LOGOID = "LoGoId"; /// /// Desc: /// Default: /// Nullable:True /// public string Url {get;set;} public const string CN_URL = "Url"; /// /// Desc: /// Default: /// Nullable:False /// public string LoginURL {get;set;} public const string CN_LOGINURL = "LoginURL"; /// /// Desc: /// Default: /// Nullable:True /// public string Introduction {get;set;} public const string CN_INTRODUCTION = "Introduction"; /// /// Desc: /// Default: /// Nullable:False /// public string Effective {get;set;} public const string CN_EFFECTIVE = "Effective"; /// /// 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 SystemCName {get;set;} public const string CN_SYSTEMCNAME = "SystemCName"; /// /// Desc: /// Default: /// Nullable:True /// public string SystemEName {get;set;} public const string CN_SYSTEMENAME = "SystemEName"; /// /// Desc: /// Default: /// Nullable:True /// public string BackgroundImage {get;set;} public const string CN_BACKGROUNDIMAGE = "BackgroundImage"; /// /// Desc: /// Default: /// Nullable:True /// public string ParentOrgID {get;set;} public const string CN_PARENTORGID = "ParentOrgID"; /// /// Desc: /// Default: /// Nullable:True /// public string WebsiteLgoId {get;set;} public const string CN_WEBSITELGOID = "WebsiteLgoId"; /// /// Desc: /// Default: /// Nullable:True /// public string PicShowId {get;set;} public const string CN_PICSHOWID = "PicShowId"; /// /// Desc: /// Default: /// Nullable:True /// public string ServiceTitle {get;set;} public const string CN_SERVICETITLE = "ServiceTitle"; /// /// Desc: /// Default: /// Nullable:True /// public string VideoUrl {get;set;} public const string CN_VIDEOURL = "VideoUrl"; /// /// Desc: /// Default: /// Nullable:True /// public string VideoDescription {get;set;} public const string CN_VIDEODESCRIPTION = "VideoDescription"; /// /// Desc: /// Default: /// Nullable:True /// public string WebsiteLgoId_EN {get;set;} public const string CN_WEBSITELGOID_EN = "WebsiteLgoId_EN"; /// /// Desc: /// Default: /// Nullable:True /// public string PicShowId_EN {get;set;} public const string CN_PICSHOWID_EN = "PicShowId_EN"; /// /// Desc: /// Default: /// Nullable:True /// public string ServiceTitle_EN {get;set;} public const string CN_SERVICETITLE_EN = "ServiceTitle_EN"; /// /// Desc: /// Default: /// Nullable:True /// public string VideoUrl_EN {get;set;} public const string CN_VIDEOURL_EN = "VideoUrl_EN"; /// /// Desc: /// Default: /// Nullable:True /// public string VideoDescription_EN {get;set;} public const string CN_VIDEODESCRIPTION_EN = "VideoDescription_EN"; /// /// Desc: /// Default: /// Nullable:True /// public string Introduction_EN {get;set;} public const string CN_INTRODUCTION_EN = "Introduction_EN"; /// /// Desc: /// Default: /// Nullable:True /// public string WebsiteLgoId_CN {get;set;} public const string CN_WEBSITELGOID_CN = "WebsiteLgoId_CN"; /// /// Desc: /// Default: /// Nullable:True /// public string PicShowId_CN {get;set;} public const string CN_PICSHOWID_CN = "PicShowId_CN"; /// /// Desc: /// Default: /// Nullable:True /// public string ServiceTitle_CN {get;set;} public const string CN_SERVICETITLE_CN = "ServiceTitle_CN"; /// /// Desc: /// Default: /// Nullable:True /// public string VideoUrl_CN {get;set;} public const string CN_VIDEOURL_CN = "VideoUrl_CN"; /// /// Desc: /// Default: /// Nullable:True /// public string VideoDescription_CN {get;set;} public const string CN_VIDEODESCRIPTION_CN = "VideoDescription_CN"; /// /// Desc: /// Default: /// Nullable:True /// public string Introduction_CN {get;set;} public const string CN_INTRODUCTION_CN = "Introduction_CN"; /// /// Desc: /// Default: /// Nullable:True /// public string MissionAndVision_TW {get;set;} public const string CN_MISSIONANDVISION_TW = "MissionAndVision_TW"; /// /// Desc: /// Default: /// Nullable:True /// public string MissionAndVision_CN {get;set;} public const string CN_MISSIONANDVISION_CN = "MissionAndVision_CN"; /// /// Desc: /// Default: /// Nullable:True /// public string MissionAndVision_EN {get;set;} public const string CN_MISSIONANDVISION_EN = "MissionAndVision_EN"; } }