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