using System; namespace Maticsoft.Model { /// /// nr_z_cgrk:实体类(属性说明自动提取数据库字段的描述信息) /// [Serializable] public partial class nr_z_cgrk { public nr_z_cgrk() {} #region Model private int _id; private string _rkbh; private DateTime _rkrq; private string _wlbh; private decimal _sl; private decimal _dj; private decimal _je; private string _jsr; private string _cgdh; private string _gysbh; private string _bz; private string _zt; private int _cgxmid; /// /// /// public int id { set{ _id=value;} get{return _id;} } /// /// /// public string rkbh { set{ _rkbh=value;} get{return _rkbh;} } /// /// /// public DateTime rkrq { set{ _rkrq=value;} get{return _rkrq;} } /// /// /// public string wlbh { set{ _wlbh=value;} get{return _wlbh;} } /// /// /// public decimal sl { set{ _sl=value;} get{return _sl;} } /// /// /// public decimal dj { set{ _dj=value;} get{return _dj;} } /// /// /// public decimal je { set{ _je=value;} get{return _je;} } /// /// /// public string jsr { set{ _jsr=value;} get{return _jsr;} } /// /// /// public string cgdh { set{ _cgdh=value;} get{return _cgdh;} } /// /// /// public string gysbh { set{ _gysbh=value;} get{return _gysbh;} } /// /// /// public string bz { set{ _bz=value;} get{return _bz;} } /// /// /// public string zt { set{ _zt=value;} get{return _zt;} } /// /// /// public int cgxmid { set{ _cgxmid=value;} get{return _cgxmid;} } #endregion Model } }