using System;
using System.Linq;
using System.Text;
using SqlSugar;
namespace Entity.Sugar
{
///
///
///
[SugarTable("OTB_SYS_Arguments")]
public partial class OTB_SYS_Arguments : ModelContext
{
public OTB_SYS_Arguments(){
}
///
/// Desc:
/// Default:
/// Nullable:False
///
[SugarColumn(IsPrimaryKey=true)]
public string ArgumentClassID {get;set;}
public const string CN_ARGUMENTCLASSID = "ArgumentClassID";
///
/// Desc:
/// Default:
/// Nullable:False
///
[SugarColumn(IsPrimaryKey=true)]
public string ArgumentID {get;set;}
public const string CN_ARGUMENTID = "ArgumentID";
///
/// Desc:
/// Default:
/// Nullable:True
///
public string ArgumentValue {get;set;}
public const string CN_ARGUMENTVALUE = "ArgumentValue";
///
/// Desc:
/// Default:
/// Nullable:True
///
public int? OrderByValue {get;set;}
public const string CN_ORDERBYVALUE = "OrderByValue";
///
/// Desc:
/// Default:
/// Nullable:True
///
public int? LevelOfArgument {get;set;}
public const string CN_LEVELOFARGUMENT = "LevelOfArgument";
///
/// Desc:
/// Default:
/// Nullable:True
///
public string ParentArgument {get;set;}
public const string CN_PARENTARGUMENT = "ParentArgument";
///
/// Desc:
/// Default:
/// Nullable:True
///
public string DelStatus {get;set;}
public const string CN_DELSTATUS = "DelStatus";
///
/// Desc:
/// Default:
/// Nullable:True
///
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 ArgumentValue_CN {get;set;}
public const string CN_ARGUMENTVALUE_CN = "ArgumentValue_CN";
///
/// Desc:
/// Default:
/// Nullable:True
///
public string ArgumentValue_EN {get;set;}
public const string CN_ARGUMENTVALUE_EN = "ArgumentValue_EN";
///
/// Desc:
/// Default:
/// Nullable:False
///
[SugarColumn(IsPrimaryKey=true)]
public string OrgID {get;set;}
public const string CN_ORGID = "OrgID";
///
/// Desc:
/// Default:
/// Nullable:True
///
public string Correlation {get;set;}
public const string CN_CORRELATION = "Correlation";
}
}