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