207 lines
3.0 KiB
C#
207 lines
3.0 KiB
C#
using System;
|
|
namespace Maticsoft.Model
|
|
{
|
|
/// <summary>
|
|
/// nr_z_qtrk:实体类(属性说明自动提取数据库字段的描述信息)
|
|
/// </summary>
|
|
[Serializable]
|
|
public partial class nr_z_qtrk
|
|
{
|
|
public nr_z_qtrk()
|
|
{}
|
|
#region Model
|
|
private int _id;
|
|
private string _rkbh;
|
|
private DateTime? _riqi;
|
|
private string _kf;
|
|
private string _rklx;
|
|
private string _wlbh;
|
|
private string _wlmc;
|
|
private decimal? _wlcd;
|
|
private decimal? _wlkd;
|
|
private string _wlpp;
|
|
private decimal? _sl;
|
|
private string _dw;
|
|
private string _zl;
|
|
private decimal? _dj;
|
|
private decimal? _je;
|
|
private string _jsr;
|
|
private string _wz;
|
|
private string _khbh;
|
|
private string _bz;
|
|
private string _zt;
|
|
private string _gysbh;
|
|
/// <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? riqi
|
|
{
|
|
set{ _riqi=value;}
|
|
get{return _riqi;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string kf
|
|
{
|
|
set{ _kf=value;}
|
|
get{return _kf;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string rklx
|
|
{
|
|
set{ _rklx=value;}
|
|
get{return _rklx;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string wlbh
|
|
{
|
|
set{ _wlbh=value;}
|
|
get{return _wlbh;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string wlmc
|
|
{
|
|
set{ _wlmc=value;}
|
|
get{return _wlmc;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public decimal? wlcd
|
|
{
|
|
set{ _wlcd=value;}
|
|
get{return _wlcd;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public decimal? wlkd
|
|
{
|
|
set{ _wlkd=value;}
|
|
get{return _wlkd;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string wlpp
|
|
{
|
|
set{ _wlpp=value;}
|
|
get{return _wlpp;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public decimal? sl
|
|
{
|
|
set{ _sl=value;}
|
|
get{return _sl;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string dw
|
|
{
|
|
set{ _dw=value;}
|
|
get{return _dw;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string zl
|
|
{
|
|
set{ _zl=value;}
|
|
get{return _zl;}
|
|
}
|
|
/// <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 wz
|
|
{
|
|
set{ _wz=value;}
|
|
get{return _wz;}
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string khbh
|
|
{
|
|
set{ _khbh=value;}
|
|
get{return _khbh;}
|
|
}
|
|
/// <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 string gysbh
|
|
{
|
|
set{ _gysbh=value;}
|
|
get{return _gysbh;}
|
|
}
|
|
#endregion Model
|
|
|
|
}
|
|
}
|
|
|