using System; namespace Maticsoft.Model { /// /// nr_z_ypdj_xmxx:实体类(属性说明自动提取数据库字段的描述信息) /// [Serializable] public partial class nr_z_ypdj_xmxx { public nr_z_ypdj_xmxx() {} #region Model private int _id; private int _ypdid; private string _xmmc; private string _wlbh; private decimal _wlyl; private string _jieduan; /// /// /// public int id { set{ _id=value;} get{return _id;} } /// /// /// public int ypdid { set{ _ypdid=value;} get{return _ypdid;} } /// /// /// public string xmmc { set{ _xmmc=value;} get{return _xmmc;} } /// /// /// public string wlbh { set{ _wlbh=value;} get{return _wlbh;} } /// /// /// public decimal wlyl { set{ _wlyl=value;} get{return _wlyl;} } /// /// /// public string jieduan { set{ _jieduan=value;} get{return _jieduan;} } #endregion Model } }