using System;
namespace Maticsoft.Model
{
///
/// nr_z_cpkc:实体类(属性说明自动提取数据库字段的描述信息)
///
[Serializable]
public partial class nr_z_cpkc
{
public nr_z_cpkc()
{}
#region Model
private int _id;
private string _cpbh;
private string _cpmc;
private DateTime? _riqi;
private string _gg;
private decimal? _zhongliang;
private string _zl;
private string _tiji;
private string _dw;
private decimal? _dj;
private string _jsr;
private string _bz;
private string _tp;
private string _wj;
private int? _zt=1;
///
///
///
public int id
{
set{ _id=value;}
get{return _id;}
}
///
///
///
public string cpbh
{
set{ _cpbh=value;}
get{return _cpbh;}
}
///
///
///
public string cpmc
{
set{ _cpmc=value;}
get{return _cpmc;}
}
///
///
///
public DateTime? riqi
{
set{ _riqi=value;}
get{return _riqi;}
}
///
///
///
public string gg
{
set{ _gg=value;}
get{return _gg;}
}
///
///
///
public decimal? zhongliang
{
set{ _zhongliang=value;}
get{return _zhongliang;}
}
///
///
///
public string zl
{
set{ _zl=value;}
get{return _zl;}
}
///
///
///
public string tiji
{
set{ _tiji=value;}
get{return _tiji;}
}
///
///
///
public string dw
{
set{ _dw=value;}
get{return _dw;}
}
///
///
///
public decimal? dj
{
set{ _dj=value;}
get{return _dj;}
}
///
///
///
public string jsr
{
set{ _jsr=value;}
get{return _jsr;}
}
///
///
///
public string bz
{
set{ _bz=value;}
get{return _bz;}
}
///
///
///
public string tp
{
set{ _tp=value;}
get{return _tp;}
}
///
///
///
public string wj
{
set{ _wj=value;}
get{return _wj;}
}
///
///
///
public int? zt
{
set{ _zt=value;}
get{return _zt;}
}
#endregion Model
}
}