using System; namespace Maticsoft.Model { /// /// nr_z_cprk:实体类(属性说明自动提取数据库字段的描述信息) /// [Serializable] public partial class nr_z_cprk { public nr_z_cprk() {} #region Model private int _id; private string _rkbh; private DateTime _riqi; private string _scdh; private string _kw; private string _rkxm; private string _cpmc; private decimal? _bzgg; private int? _zzsl; private decimal? _lt; private decimal? _sl; private string _dw; private string _jsr; private string _bz; private string _zt; /// /// /// 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 scdh { set{ _scdh=value;} get{return _scdh;} } /// /// /// public string kw { set{ _kw=value;} get{return _kw;} } /// /// /// public string rkxm { set{ _rkxm=value;} get{return _rkxm;} } /// /// /// public string cpmc { set{ _cpmc=value;} get{return _cpmc;} } /// /// /// public decimal? bzgg { set{ _bzgg=value;} get{return _bzgg;} } /// /// /// 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 dw { set{ _dw=value;} get{return _dw;} } /// /// /// public string jsr { set{ _jsr=value;} get{return _jsr;} } /// /// /// public string bz { set{ _bz=value;} get{return _bz;} } /// /// /// public string zt { set{ _zt=value;} get{return _zt;} } #endregion Model } }