using System; namespace Maticsoft.Model { /// /// nr_z_qtzc:实体类(属性说明自动提取数据库字段的描述信息) /// [Serializable] public partial class nr_z_qtzc { public nr_z_qtzc() {} #region Model private int _id; private string _bh; private DateTime? _riqi; private string _ddbh; private string _cpmc; private string _khbh; private string _khmc; private string _sx; private int? _zczl; private decimal? _je; private string _jsr; private string _bz; private string _zt; /// /// /// public int id { set{ _id=value;} get{return _id;} } /// /// /// public string bh { set{ _bh=value;} get{return _bh;} } /// /// /// public DateTime? riqi { set{ _riqi=value;} get{return _riqi;} } /// /// /// public string ddbh { set{ _ddbh=value;} get{return _ddbh;} } /// /// /// public string cpmc { set{ _cpmc=value;} get{return _cpmc;} } /// /// /// public string khbh { set{ _khbh=value;} get{return _khbh;} } /// /// /// public string khmc { set{ _khmc=value;} get{return _khmc;} } /// /// /// public string sx { set{ _sx=value;} get{return _sx;} } /// /// /// public int? zczl { set{ _zczl=value;} get{return _zczl;} } /// /// /// public decimal? je { set{ _je=value;} get{return _je;} } /// /// /// public string jsr { set{ _jsr=value;} get{return _jsr;} } /// /// /// public string bz { set{ _bz=value;} get{return _bz;} } /// /// /// public string zt { set{ _zt=value;} get{return _zt;} } #endregion Model } }