using System; namespace Maticsoft.Model { /// /// nr_z_mjzld:实体类(属性说明自动提取数据库字段的描述信息) /// [Serializable] public partial class nr_z_mjzld { public nr_z_mjzld() {} #region Model private int _id; private string _scdbh; private DateTime _xdrq; private string _djlx; private string _mjh; private string _pm; private string _dl; private string _cz; private string _scfs; private int _xxsl; private int _mjkc; private int _jymjs; private int _xcmj; private string _bz; private int _xmid; /// /// /// public int id { set{ _id=value;} get{return _id;} } /// /// /// public string scdbh { set{ _scdbh=value;} get{return _scdbh;} } /// /// /// public DateTime xdrq { set{ _xdrq=value;} get{return _xdrq;} } /// /// /// public string djlx { set{ _djlx=value;} get{return _djlx;} } /// /// /// public string mjh { set{ _mjh=value;} get{return _mjh;} } /// /// /// public string pm { set{ _pm=value;} get{return _pm;} } /// /// /// public string dl { set{ _dl=value;} get{return _dl;} } /// /// /// public string cz { set{ _cz=value;} get{return _cz;} } /// /// /// public string scfs { set{ _scfs=value;} get{return _scfs;} } /// /// /// public int xxsl { set{ _xxsl=value;} get{return _xxsl;} } /// /// /// public int mjkc { set{ _mjkc=value;} get{return _mjkc;} } /// /// /// public int jymjs { set{ _jymjs=value;} get{return _jymjs;} } /// /// /// public int xcmj { set{ _xcmj=value;} get{return _xcmj;} } /// /// /// public string bz { set{ _bz=value;} get{return _bz;} } /// /// /// public int xmid { set{ _xmid=value;} get{return _xmid;} } #endregion Model } }