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