using System; namespace Maticsoft.Model { /// /// nr_z_hbscd_xm:实体类(属性说明自动提取数据库字段的描述信息) /// [Serializable] public partial class nr_z_hbscd_xm { public nr_z_hbscd_xm() {} #region Model private int _id; private string _xiangmu; private string _wlbh; private string _czks; private string _czcc; private decimal _pinshu; private string _zhengse; private string _fanse; private decimal _taoshu; private string _ysfs; private decimal _banshu; private decimal _xzs; private decimal _ysjf; private decimal _zdjf; private decimal _hjxz; private decimal _dzs; private string _ysjt; private string _bz; private int _scd_id; private int _ps; private int _ddmxid; /// /// /// public int id { set{ _id=value;} get{return _id;} } /// /// /// public string xiangmu { set{ _xiangmu=value;} get{return _xiangmu;} } /// /// /// public string wlbh { set{ _wlbh=value;} get{return _wlbh;} } /// /// /// public string czks { set{ _czks=value;} get{return _czks;} } /// /// /// public string czcc { set{ _czcc=value;} get{return _czcc;} } /// /// /// public decimal pinshu { set{ _pinshu=value;} get{return _pinshu;} } /// /// /// public string zhengse { set{ _zhengse=value;} get{return _zhengse;} } /// /// /// public string fanse { set{ _fanse=value;} get{return _fanse;} } /// /// /// public decimal taoshu { set{ _taoshu=value;} get{return _taoshu;} } /// /// /// public string ysfs { set{ _ysfs=value;} get{return _ysfs;} } /// /// /// public decimal banshu { set{ _banshu=value;} get{return _banshu;} } /// /// /// public decimal xzs { set{ _xzs=value;} get{return _xzs;} } /// /// /// public decimal ysjf { set{ _ysjf=value;} get{return _ysjf;} } /// /// /// public decimal zdjf { set{ _zdjf=value;} get{return _zdjf;} } /// /// /// public decimal hjxz { set{ _hjxz=value;} get{return _hjxz;} } /// /// /// public decimal dzs { set{ _dzs=value;} get{return _dzs;} } /// /// /// public string ysjt { set{ _ysjt=value;} get{return _ysjt;} } /// /// /// public string bz { set{ _bz=value;} get{return _bz;} } /// /// /// public int scd_id { set{ _scd_id=value;} get{return _scd_id;} } /// /// /// public int ps { set{ _ps=value;} get{return _ps;} } /// /// /// public int ddmxid { set{ _ddmxid=value;} get{return _ddmxid;} } #endregion Model } }