using System; namespace Maticsoft.Model { /// /// nr_z_scdck:实体类(属性说明自动提取数据库字段的描述信息) /// [Serializable] public partial class nr_z_scdck { public nr_z_scdck() {} #region Model private int _id; private string _ckbh; private DateTime? _ckrq; private int? _xmid; private string _wlbh; private decimal? _sl; private string _jsr; private string _zt; private string _bz; private decimal? _jine; private string _djbh; private string _lx; /// /// /// public int id { set{ _id=value;} get{return _id;} } /// /// /// public string ckbh { set{ _ckbh=value;} get{return _ckbh;} } /// /// /// public DateTime? ckrq { set{ _ckrq=value;} get{return _ckrq;} } /// /// /// public int? xmid { set{ _xmid=value;} get{return _xmid;} } /// /// /// public string wlbh { set{ _wlbh=value;} get{return _wlbh;} } /// /// /// public decimal? sl { set{ _sl=value;} get{return _sl;} } /// /// /// public string jsr { set{ _jsr=value;} get{return _jsr;} } /// /// /// public string zt { set{ _zt=value;} get{return _zt;} } /// /// /// public string bz { set{ _bz=value;} get{return _bz;} } /// /// /// public decimal? jine { set{ _jine=value;} get{return _jine;} } /// /// /// public string djbh { set{ _djbh=value;} get{return _djbh;} } /// /// /// public string lx { set{ _lx=value;} get{return _lx;} } #endregion Model } }