using System; namespace Maticsoft.Model { /// /// nr_z_clth:实体类(属性说明自动提取数据库字段的描述信息) /// [Serializable] public partial class nr_z_clth { public nr_z_clth() {} #region Model private int _id; private string _tkbh; private DateTime? _rq; private string _zt; private string _gysbh; private string _wlbh; private decimal? _sl; private decimal? _je; private string _thyy; private string _jsr; private string _bz; /// /// /// public int id { set{ _id=value;} get{return _id;} } /// /// /// public string tkbh { set{ _tkbh=value;} get{return _tkbh;} } /// /// /// public DateTime? rq { set{ _rq=value;} get{return _rq;} } /// /// /// public string zt { set{ _zt=value;} get{return _zt;} } /// /// /// public string gysbh { set{ _gysbh=value;} get{return _gysbh;} } /// /// /// public string wlbh { set{ _wlbh=value;} get{return _wlbh;} } /// /// /// public decimal? sl { set{ _sl=value;} get{return _sl;} } /// /// /// public decimal? je { set{ _je=value;} get{return _je;} } /// /// /// public string thyy { set{ _thyy=value;} get{return _thyy;} } /// /// /// public string jsr { set{ _jsr=value;} get{return _jsr;} } /// /// /// public string bz { set{ _bz=value;} get{return _bz;} } #endregion Model } }