using System;
using System.Linq;
using System.Text;
using SqlSugar;
namespace EC_SeckillInfo
{
///
///
///
[SugarTable("Info_Sort")]
public partial class Info_Sort
{
public Info_Sort(){
}
///
/// Desc:
/// Default:
/// Nullable:False
///
[SugarColumn(IsPrimaryKey=true,IsIdentity=true)]
public int Keyid {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public int? CateTypeId {get;set;}
///
/// Desc:
/// Default:0
/// Nullable:True
///
public int? ParentId {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public string Title {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public string Icon {get;set;}
///
/// Desc:
/// Default:0
/// Nullable:True
///
public int? Leavel {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public string Status {get;set;}
///
/// Desc:
/// Default:0
/// Nullable:True
///
public bool? IsHomeShow {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public bool? IsOtherPage {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public string Herf {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public string Remarks {get;set;}
///
/// Desc:
/// Default:0
/// Nullable:True
///
public int? OrderNum {get;set;}
///
/// Desc:
/// Default:DateTime.Now
/// Nullable:True
///
public DateTime? LastUpdateTime {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public string Operator {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public Guid? AdminId {get;set;}
}
}