using System; namespace Maticsoft.Model { /// /// nr_z_qtck:实体类(属性说明自动提取数据库字段的描述信息) /// [Serializable] public partial class nr_z_qtck { public nr_z_qtck() {} #region Model private int _id; private string _ckdh; private DateTime? _ckrq; private string _kf; private decimal? _sl; private string _bm; private string _jsr; private string _cklx; private string _bz; private string _zt; private string _scdbh; private string _wlbh; private string _wlmc; private decimal? _wlcd; private decimal? _wlkd; private string _wlpp; private string _wldw; private string _khbh; private decimal? _jine; /// /// /// public int id { set{ _id=value;} get{return _id;} } /// /// /// public string ckdh { set{ _ckdh=value;} get{return _ckdh;} } /// /// /// public DateTime? ckrq { set{ _ckrq=value;} get{return _ckrq;} } /// /// /// public string kf { set{ _kf=value;} get{return _kf;} } /// /// /// public decimal? sl { set{ _sl=value;} get{return _sl;} } /// /// /// public string bm { set{ _bm=value;} get{return _bm;} } /// /// /// public string jsr { set{ _jsr=value;} get{return _jsr;} } /// /// /// public string cklx { set{ _cklx=value;} get{return _cklx;} } /// /// /// public string bz { set{ _bz=value;} get{return _bz;} } /// /// /// public string zt { set{ _zt=value;} get{return _zt;} } /// /// /// public string scdbh { set{ _scdbh=value;} get{return _scdbh;} } /// /// /// 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 string wldw { set{ _wldw=value;} get{return _wldw;} } /// /// /// public string khbh { set{ _khbh=value;} get{return _khbh;} } /// /// /// public decimal? jine { set{ _jine=value;} get{return _jine;} } #endregion Model } }