using System; namespace Maticsoft.Model { /// /// nr_z_scd_cp:实体类(属性说明自动提取数据库字段的描述信息) /// [Serializable] public partial class nr_z_scd_cp { public nr_z_scd_cp() {} #region Model private int _id; private string _djbh; private string _khbh; private string _cphh; private string _cpmc; private string _zl; private string _scfs; private int _ddsl; private int _tqkc; private int _scsl; private DateTime _jhrq; private string _bz; private int _scdid; /// /// /// public int id { set{ _id=value;} get{return _id;} } /// /// /// public string djbh { set{ _djbh=value;} get{return _djbh;} } /// /// /// 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 zl { set{ _zl=value;} get{return _zl;} } /// /// /// public string scfs { set{ _scfs=value;} get{return _scfs;} } /// /// /// public int ddsl { set{ _ddsl=value;} get{return _ddsl;} } /// /// /// public int tqkc { set{ _tqkc=value;} get{return _tqkc;} } /// /// /// public int scsl { set{ _scsl=value;} get{return _scsl;} } /// /// /// public DateTime jhrq { set{ _jhrq=value;} get{return _jhrq;} } /// /// /// public string bz { set{ _bz=value;} get{return _bz;} } /// /// /// public int scdid { set{ _scdid=value;} get{return _scdid;} } #endregion Model } }