using System; namespace Maticsoft.Model { /// /// nr_z_cpck:实体类(属性说明自动提取数据库字段的描述信息) /// [Serializable] public partial class nr_z_cpck { public nr_z_cpck() {} #region Model private int _id; private string _ckbh; private string _scdh; private string _khmc; private string _cpbh; private string _cpmc; private decimal? _cpdj; private decimal? _guige; private int? _zzsl; private decimal? _lt; private decimal? _sl; private string _lxr; private string _lxdh; private string _danwei; private string _songhuoren; private string _shdizhi; private decimal? _zje; private DateTime _riqi; private string _jsr; private string _shr; private string _beizhu; private string _zt; /// /// /// public int id { set{ _id=value;} get{return _id;} } /// /// /// public string ckbh { set{ _ckbh=value;} get{return _ckbh;} } /// /// /// public string scdh { set{ _scdh=value;} get{return _scdh;} } /// /// /// public string khmc { set{ _khmc=value;} get{return _khmc;} } /// /// /// public string cpbh { set{ _cpbh=value;} get{return _cpbh;} } /// /// /// public string cpmc { set{ _cpmc=value;} get{return _cpmc;} } /// /// /// public decimal? cpdj { set{ _cpdj=value;} get{return _cpdj;} } /// /// /// public decimal? guige { set{ _guige=value;} get{return _guige;} } /// /// /// public int? zzsl { set{ _zzsl=value;} get{return _zzsl;} } /// /// /// public decimal? lt { set{ _lt=value;} get{return _lt;} } /// /// /// public decimal? sl { set{ _sl=value;} get{return _sl;} } /// /// /// public string lxr { set{ _lxr=value;} get{return _lxr;} } /// /// /// public string lxdh { set{ _lxdh=value;} get{return _lxdh;} } /// /// /// public string danwei { set{ _danwei=value;} get{return _danwei;} } /// /// /// public string songhuoren { set{ _songhuoren=value;} get{return _songhuoren;} } /// /// /// public string shdizhi { set{ _shdizhi=value;} get{return _shdizhi;} } /// /// /// public decimal? zje { set{ _zje=value;} get{return _zje;} } /// /// /// public DateTime riqi { set{ _riqi=value;} get{return _riqi;} } /// /// /// public string jsr { set{ _jsr=value;} get{return _jsr;} } /// /// /// public string shr { set{ _shr=value;} get{return _shr;} } /// /// /// public string beizhu { set{ _beizhu=value;} get{return _beizhu;} } /// /// /// public string zt { set{ _zt=value;} get{return _zt;} } #endregion Model } }