using System;
using System.Linq;
using System.Text;
using SqlSugar;
namespace Entity.Sugar
{
///
///
///
[SugarTable("SETB_CMS_Exhibition_Statistics")]
public partial class SETB_CMS_Exhibition_Statistics : ModelContext
{
public SETB_CMS_Exhibition_Statistics()
{
}
///
/// Desc:
/// Default:
/// Nullable:False
///
[SugarColumn(IsPrimaryKey = true)]
public string StatisticsID { get; set; }
public const string CN_STATISTICSID = "StatisticsID";
///
/// Desc:
/// Default:
/// Nullable:False
///
[SugarColumn(IsPrimaryKey = true)]
public string ExhibitionID { get; set; }
public const string CN_EXHIBITIONID = "ExhibitionID";
///
/// Desc:
/// Default:
/// Nullable:False
///
[SugarColumn(IsPrimaryKey = true)]
public string Year { get; set; }
public const string CN_YEAR = "Year";
///
/// Desc:
/// Default:
/// Nullable:False
///
public float ExhibSize { get; set; }
public const string CN_EXHIBSIZE = "ExhibSize";
///
/// Desc:
/// Default:
/// Nullable:False
///
public int VisitorCount { get; set; }
public const string CN_VISITORCOUNT = "VisitorCount";
///
/// Desc:
/// Default:
/// Nullable:False
///
public int IntVisitorCount { get; set; }
public const string CN_INTVISITORCOUNT = "IntVisitorCount";
///
/// Desc:
/// Default:
/// Nullable:False
///
public int ExhibitorCount { get; set; }
public const string CN_EXHIBITORCOUNT = "ExhibitorCount";
///
/// 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:Y摸Τ N摸礚
/// Default:
/// Nullable:True
///
public string Effective { get; set; }
public const string CN_EFFECTIVE = "Effective";
///
/// Desc:Y埃 Nゼ埃
/// Default:N
/// Nullable:True
///
public string DelStatus { get; set; }
public const string CN_DELSTATUS = "DelStatus";
///
/// Desc:
/// Default:
/// Nullable:True
///
public int? OrderByValue { get; set; }
public const string CN_ORDERBYVALUE = "OrderByValue";
///
/// Desc:
/// Default:
/// Nullable:False
///
//[SugarColumn(IsIdentity = true)]
public string OrgID { get; set; }
public const string CN_ORGID = "OrgID";
}
}