135 lines
2.0 KiB
C#
135 lines
2.0 KiB
C#
|
using System;
|
|||
|
namespace Maticsoft.Model
|
|||
|
{
|
|||
|
/// <summary>
|
|||
|
/// nr_z_cgrk:实体类(属性说明自动提取数据库字段的描述信息)
|
|||
|
/// </summary>
|
|||
|
[Serializable]
|
|||
|
public partial class nr_z_cgrk
|
|||
|
{
|
|||
|
public nr_z_cgrk()
|
|||
|
{}
|
|||
|
#region Model
|
|||
|
private int _id;
|
|||
|
private string _rkbh;
|
|||
|
private DateTime _rkrq;
|
|||
|
private string _wlbh;
|
|||
|
private decimal _sl;
|
|||
|
private decimal _dj;
|
|||
|
private decimal _je;
|
|||
|
private string _jsr;
|
|||
|
private string _cgdh;
|
|||
|
private string _gysbh;
|
|||
|
private string _bz;
|
|||
|
private string _zt;
|
|||
|
private int _cgxmid;
|
|||
|
/// <summary>
|
|||
|
///
|
|||
|
/// </summary>
|
|||
|
public int id
|
|||
|
{
|
|||
|
set{ _id=value;}
|
|||
|
get{return _id;}
|
|||
|
}
|
|||
|
/// <summary>
|
|||
|
///
|
|||
|
/// </summary>
|
|||
|
public string rkbh
|
|||
|
{
|
|||
|
set{ _rkbh=value;}
|
|||
|
get{return _rkbh;}
|
|||
|
}
|
|||
|
/// <summary>
|
|||
|
///
|
|||
|
/// </summary>
|
|||
|
public DateTime rkrq
|
|||
|
{
|
|||
|
set{ _rkrq=value;}
|
|||
|
get{return _rkrq;}
|
|||
|
}
|
|||
|
/// <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 decimal dj
|
|||
|
{
|
|||
|
set{ _dj=value;}
|
|||
|
get{return _dj;}
|
|||
|
}
|
|||
|
/// <summary>
|
|||
|
///
|
|||
|
/// </summary>
|
|||
|
public decimal je
|
|||
|
{
|
|||
|
set{ _je=value;}
|
|||
|
get{return _je;}
|
|||
|
}
|
|||
|
/// <summary>
|
|||
|
///
|
|||
|
/// </summary>
|
|||
|
public string jsr
|
|||
|
{
|
|||
|
set{ _jsr=value;}
|
|||
|
get{return _jsr;}
|
|||
|
}
|
|||
|
/// <summary>
|
|||
|
///
|
|||
|
/// </summary>
|
|||
|
public string cgdh
|
|||
|
{
|
|||
|
set{ _cgdh=value;}
|
|||
|
get{return _cgdh;}
|
|||
|
}
|
|||
|
/// <summary>
|
|||
|
///
|
|||
|
/// </summary>
|
|||
|
public string gysbh
|
|||
|
{
|
|||
|
set{ _gysbh=value;}
|
|||
|
get{return _gysbh;}
|
|||
|
}
|
|||
|
/// <summary>
|
|||
|
///
|
|||
|
/// </summary>
|
|||
|
public string bz
|
|||
|
{
|
|||
|
set{ _bz=value;}
|
|||
|
get{return _bz;}
|
|||
|
}
|
|||
|
/// <summary>
|
|||
|
///
|
|||
|
/// </summary>
|
|||
|
public string zt
|
|||
|
{
|
|||
|
set{ _zt=value;}
|
|||
|
get{return _zt;}
|
|||
|
}
|
|||
|
/// <summary>
|
|||
|
///
|
|||
|
/// </summary>
|
|||
|
public int cgxmid
|
|||
|
{
|
|||
|
set{ _cgxmid=value;}
|
|||
|
get{return _cgxmid;}
|
|||
|
}
|
|||
|
#endregion Model
|
|||
|
|
|||
|
}
|
|||
|
}
|
|||
|
|