using System;
using System.Linq;
using System.Text;
using SqlSugar;
namespace EC_SeckillInfo
{
///
///
///
[SugarTable("SysInquiry_PaperSizeDetail")]
public partial class SysInquiry_PaperSizeDetail
{
public SysInquiry_PaperSizeDetail(){
}
///
/// Desc:
/// Default:
/// Nullable:False
///
[SugarColumn(IsPrimaryKey=true)]
public int KeyId {get;set;}
///
/// Desc:
/// Default:
/// Nullable:False
///
public int PrintTypeId {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public string Name {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public int? Value {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public int? Width {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public int? Hight {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public int? PageSizeId {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public bool? Status {get;set;}
}
}