using System; namespace Maticsoft.Model { /// /// nr_z_ddwxd_xm:实体类(属性说明自动提取数据库字段的描述信息) /// [Serializable] public partial class nr_z_ddwxd_xm { public nr_z_ddwxd_xm() {} #region Model private int _id; private int _scmxid; private string _scdh; private string _khbh; private string _cphh; private string _cpmc; private string _cpzl; private string _scfs; private int _wfsl; private DateTime _jhrq; private string _bz; private int _wxid; /// /// /// public int id { set{ _id=value;} get{return _id;} } /// /// /// public int scmxid { set{ _scmxid=value;} get{return _scmxid;} } /// /// /// public string scdh { set{ _scdh=value;} get{return _scdh;} } /// /// /// public string khbh { set{ _khbh=value;} get{return _khbh;} } /// /// /// public string cphh { set{ _cphh=value;} get{return _cphh;} } /// /// /// public string cpmc { set{ _cpmc=value;} get{return _cpmc;} } /// /// /// public string cpzl { set{ _cpzl=value;} get{return _cpzl;} } /// /// /// public string scfs { set{ _scfs=value;} get{return _scfs;} } /// /// /// public int wfsl { set{ _wfsl=value;} get{return _wfsl;} } /// /// /// public DateTime jhrq { set{ _jhrq=value;} get{return _jhrq;} } /// /// /// public string bz { set{ _bz=value;} get{return _bz;} } /// /// /// public int wxid { set{ _wxid=value;} get{return _wxid;} } #endregion Model } }