using System; namespace Maticsoft.Model { /// /// nr_z_hbscd:实体类(属性说明自动提取数据库字段的描述信息) /// [Serializable] public partial class nr_z_hbscd { public nr_z_hbscd() {} #region Model private int _id; private string _bh; private int? _ddid; private string _ypzl; private string _kh_bh; private string _ywy; private string _gdh; private DateTime? _xdrq; private DateTime? _jhrq; private string _cpmc; private string _cpcc; private decimal? _dhsl; private string _dw; private string _cpsm; private string _khtg; private string _shyq; private string _wfyq; private string _smbz; private string _zdr; private string _shr; private string _ddbz; private string _scdzt; private DateTime? _kgsj; private DateTime? _wgsj; private DateTime? _scrq; private string _pbyq; private string _ysyq; private string _yhyq; /// /// /// public int id { set{ _id=value;} get{return _id;} } /// /// /// public string bh { set{ _bh=value;} get{return _bh;} } /// /// /// public int? ddid { set{ _ddid=value;} get{return _ddid;} } /// /// /// public string ypzl { set{ _ypzl=value;} get{return _ypzl;} } /// /// /// public string kh_bh { set{ _kh_bh=value;} get{return _kh_bh;} } /// /// /// public string ywy { set{ _ywy=value;} get{return _ywy;} } /// /// /// public string gdh { set{ _gdh=value;} get{return _gdh;} } /// /// /// public DateTime? xdrq { set{ _xdrq=value;} get{return _xdrq;} } /// /// /// public DateTime? jhrq { set{ _jhrq=value;} get{return _jhrq;} } /// /// /// public string cpmc { set{ _cpmc=value;} get{return _cpmc;} } /// /// /// public string cpcc { set{ _cpcc=value;} get{return _cpcc;} } /// /// /// public decimal? dhsl { set{ _dhsl=value;} get{return _dhsl;} } /// /// /// public string dw { set{ _dw=value;} get{return _dw;} } /// /// /// public string cpsm { set{ _cpsm=value;} get{return _cpsm;} } /// /// /// public string khtg { set{ _khtg=value;} get{return _khtg;} } /// /// /// public string shyq { set{ _shyq=value;} get{return _shyq;} } /// /// /// public string wfyq { set{ _wfyq=value;} get{return _wfyq;} } /// /// /// public string smbz { set{ _smbz=value;} get{return _smbz;} } /// /// /// public string zdr { set{ _zdr=value;} get{return _zdr;} } /// /// /// public string shr { set{ _shr=value;} get{return _shr;} } /// /// /// public string ddbz { set{ _ddbz=value;} get{return _ddbz;} } /// /// /// public string scdzt { set{ _scdzt=value;} get{return _scdzt;} } /// /// /// public DateTime? kgsj { set{ _kgsj=value;} get{return _kgsj;} } /// /// /// public DateTime? wgsj { set{ _wgsj=value;} get{return _wgsj;} } /// /// /// public DateTime? scrq { set{ _scrq=value;} get{return _scrq;} } /// /// /// public string pbyq { set{ _pbyq=value;} get{return _pbyq;} } /// /// /// public string ysyq { set{ _ysyq=value;} get{return _ysyq;} } /// /// /// public string yhyq { set{ _yhyq=value;} get{return _yhyq;} } #endregion Model } }