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