You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
217 lines
5.9 KiB
217 lines
5.9 KiB
using System;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using SqlSugar;
|
|
|
|
namespace Entity.Sugar
|
|
{
|
|
///<summary>
|
|
///
|
|
///</summary>
|
|
[SugarTable("SETB_CMS_Exhibition")]
|
|
public partial class SETB_CMS_Exhibition : ModelContext
|
|
{
|
|
public SETB_CMS_Exhibition()
|
|
{
|
|
|
|
|
|
}
|
|
/// <summary>
|
|
/// Desc:
|
|
/// Default:
|
|
/// Nullable:False
|
|
/// </summary>
|
|
//[SugarColumn(IsPrimaryKey = true, IsIdentity = true)]
|
|
[SugarColumn(IsPrimaryKey = true)]
|
|
public string ExhibitionID { get; set; }
|
|
public const string CN_EXHIBITIONID = "ExhibitionID";
|
|
|
|
/// <summary>
|
|
/// Desc:
|
|
/// Default:
|
|
/// Nullable:False
|
|
/// </summary>
|
|
public string ExhibitionNo { get; set; }
|
|
public const string CN_EXHIBITIONNO = "ExhibitionNo";
|
|
|
|
/// <summary>
|
|
/// Desc:
|
|
/// Default:
|
|
/// Nullable:False
|
|
/// </summary>
|
|
[SugarColumn(IsPrimaryKey = true)]
|
|
public string LanguageID { get; set; }
|
|
public const string CN_LANGUAGEID = "LanguageID";
|
|
|
|
/// <summary>
|
|
/// Desc:
|
|
/// Default:
|
|
/// Nullable:False
|
|
/// </summary>
|
|
public string ExhibitionName { get; set; }
|
|
public const string CN_EXHIBITIONNAME = "ExhibitionName";
|
|
|
|
/// <summary>
|
|
/// Desc:
|
|
/// Default:
|
|
/// Nullable:False
|
|
/// </summary>
|
|
public string AbbreviatedName { get; set; }
|
|
public const string CN_ABBREVIATEDNAME = "AbbreviatedName";
|
|
|
|
/// <summary>
|
|
/// Desc:
|
|
/// Default:
|
|
/// Nullable:False
|
|
/// </summary>
|
|
public string Website { get; set; }
|
|
public const string CN_WEBSITE = "Website";
|
|
|
|
/// <summary>
|
|
/// Desc:
|
|
/// Default:
|
|
/// Nullable:False
|
|
/// </summary>
|
|
public string Frequency { get; set; }
|
|
public const string CN_FREQUENCY = "Frequency";
|
|
|
|
/// <summary>
|
|
/// Desc:
|
|
/// Default:
|
|
/// Nullable:False
|
|
/// </summary>
|
|
public string Tags { get; set; }
|
|
public const string CN_TAGS = "Tags";
|
|
|
|
/// <summary>
|
|
/// Desc:
|
|
/// Default:
|
|
/// Nullable:False
|
|
/// </summary>
|
|
public string ExhibStatus { get; set; }
|
|
public const string CN_EXHIBSTATUS = "ExhibStatus";
|
|
|
|
/// <summary>
|
|
/// Desc:
|
|
/// Default:
|
|
/// Nullable:False
|
|
/// </summary>
|
|
public string MainCategoryIDs { get; set; }
|
|
public const string CN_MAINCATEGORYIDS = "MainCategoryIDs";
|
|
|
|
/// <summary>
|
|
/// Desc:
|
|
/// Default:
|
|
/// Nullable:False
|
|
/// </summary>
|
|
public string SubCategoryIDs { get; set; }
|
|
public const string CN_SUBCATEGORYIDS = "SubCategoryIDs";
|
|
|
|
/// <summary>
|
|
/// Desc:
|
|
/// Default:
|
|
/// Nullable:False
|
|
/// </summary>
|
|
public string IsRecommend { get; set; }
|
|
public const string CN_IsRECOMMEND = "IsRecommend";
|
|
|
|
/// <summary>
|
|
/// Desc:
|
|
/// Default:
|
|
/// Nullable:False
|
|
/// </summary>
|
|
public string IsVirtualEvent { get; set; }
|
|
public const string CN_ISVIRTUALEVENT = "IsVirtualEvent";
|
|
|
|
/// <summary>
|
|
/// Desc:
|
|
/// Default:
|
|
/// Nullable:False
|
|
/// </summary>
|
|
public string VirtualEventLink { get; set; }
|
|
public const string CN_VIRTUALEVENTLINK = "VirtualEventLink";
|
|
|
|
/// <summary>
|
|
/// Desc:
|
|
/// Default:
|
|
/// Nullable:False
|
|
/// </summary>
|
|
public string Logo { get; set; }
|
|
public const string CN_LOGO = "Logo";
|
|
|
|
/// <summary>
|
|
/// Desc:
|
|
/// Default:
|
|
/// Nullable:False
|
|
/// </summary>
|
|
public int HeatCount { get; set; }
|
|
public const string CN_HEATCOUNT = "HeatCount";
|
|
|
|
/// <summary>
|
|
/// Desc:
|
|
/// Default:
|
|
/// Nullable:True
|
|
/// </summary>
|
|
|
|
public string CreateUser { get; set; }
|
|
public const string CN_CREATEUSER = "CreateUser";
|
|
|
|
/// <summary>
|
|
/// Desc:
|
|
/// Default:
|
|
/// Nullable:True
|
|
/// </summary>
|
|
public DateTime? CreateDate { get; set; }
|
|
public const string CN_CREATEDATE = "CreateDate";
|
|
|
|
/// <summary>
|
|
/// Desc:
|
|
/// Default:
|
|
/// Nullable:True
|
|
/// </summary>
|
|
public string ModifyUser { get; set; }
|
|
public const string CN_MODIFYUSER = "ModifyUser";
|
|
|
|
/// <summary>
|
|
/// Desc:
|
|
/// Default:
|
|
/// Nullable:True
|
|
/// </summary>
|
|
public DateTime? ModifyDate { get; set; }
|
|
public const string CN_MODIFYDATE = "ModifyDate";
|
|
|
|
/// <summary>
|
|
/// Desc:Y摸Τ N摸礚
|
|
/// Default:
|
|
/// Nullable:True
|
|
/// </summary>
|
|
public string Effective { get; set; }
|
|
public const string CN_EFFECTIVE = "Effective";
|
|
|
|
/// <summary>
|
|
/// Desc:Y埃 Nゼ埃
|
|
/// Default:N
|
|
/// Nullable:True
|
|
/// </summary>
|
|
public string DelStatus { get; set; }
|
|
public const string CN_DELSTATUS = "DelStatus";
|
|
|
|
/// <summary>
|
|
/// Desc:
|
|
/// Default:
|
|
/// Nullable:True
|
|
/// </summary>
|
|
public int? OrderByValue { get; set; }
|
|
public const string CN_ORDERBYVALUE = "OrderByValue";
|
|
|
|
/// <summary>
|
|
/// Desc:
|
|
/// Default:
|
|
/// Nullable:False
|
|
/// </summary>
|
|
//[SugarColumn(IsIdentity = true)]
|
|
public string OrgID { get; set; }
|
|
public const string CN_ORGID = "OrgID";
|
|
|
|
}
|
|
}
|