126 lines
1.8 KiB
C#
126 lines
1.8 KiB
C#
using System;
|
|
namespace Maticsoft.Model
|
|
{
|
|
/// <summary>
|
|
/// nr_z_scdck:实体类(属性说明自动提取数据库字段的描述信息)
|
|
/// </summary>
|
|
[Serializable]
|
|
public partial class nr_z_scdck
|
|
{
|
|
public nr_z_scdck()
|
|
{}
|
|
#region Model
|
|
private int _id;
|
|
private string _ckbh;
|
|
private DateTime? _ckrq;
|
|
private int? _xmid;
|
|
private string _wlbh;
|
|
private decimal? _sl;
|
|
private string _jsr;
|
|
private string _zt;
|
|
private string _bz;
|
|
private decimal? _jine;
|
|
private string _djbh;
|
|
private string _lx;
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public int id
|
|
{
|
|
set{ _id=value;}
|
|
get{return _id;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string ckbh
|
|
{
|
|
set{ _ckbh=value;}
|
|
get{return _ckbh;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public DateTime? ckrq
|
|
{
|
|
set{ _ckrq=value;}
|
|
get{return _ckrq;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public int? xmid
|
|
{
|
|
set{ _xmid=value;}
|
|
get{return _xmid;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string wlbh
|
|
{
|
|
set{ _wlbh=value;}
|
|
get{return _wlbh;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public decimal? sl
|
|
{
|
|
set{ _sl=value;}
|
|
get{return _sl;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string jsr
|
|
{
|
|
set{ _jsr=value;}
|
|
get{return _jsr;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string zt
|
|
{
|
|
set{ _zt=value;}
|
|
get{return _zt;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string bz
|
|
{
|
|
set{ _bz=value;}
|
|
get{return _bz;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public decimal? jine
|
|
{
|
|
set{ _jine=value;}
|
|
get{return _jine;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string djbh
|
|
{
|
|
set{ _djbh=value;}
|
|
get{return _djbh;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string lx
|
|
{
|
|
set{ _lx=value;}
|
|
get{return _lx;}
|
|
}
|
|
#endregion Model
|
|
|
|
}
|
|
}
|
|
|