using System; namespace Maticsoft.Model { /// /// nr_z_shengoudan:实体类(属性说明自动提取数据库字段的描述信息) /// [Serializable] public partial class nr_z_shengoudan { public nr_z_shengoudan() {} #region Model private int _id; private string _sgdbianhao; private string _scdid; private int _wlid; private decimal _shengoushu; private decimal _xuqiushuliang; private string _shengouren; private DateTime _yhriqi; private DateTime _riqi; private string _zt; private string _beizhu; private string _cgzt; /// /// /// public int id { set{ _id=value;} get{return _id;} } /// /// /// public string sgdbianhao { set{ _sgdbianhao=value;} get{return _sgdbianhao;} } /// /// /// public string scdid { set{ _scdid=value;} get{return _scdid;} } /// /// /// public int wlid { set{ _wlid=value;} get{return _wlid;} } /// /// /// public decimal shengoushu { set{ _shengoushu=value;} get{return _shengoushu;} } /// /// /// public decimal xuqiushuliang { set{ _xuqiushuliang=value;} get{return _xuqiushuliang;} } /// /// /// public string shengouren { set{ _shengouren=value;} get{return _shengouren;} } /// /// /// public DateTime yhriqi { set{ _yhriqi=value;} get{return _yhriqi;} } /// /// /// public DateTime riqi { set{ _riqi=value;} get{return _riqi;} } /// /// /// public string zt { set{ _zt=value;} get{return _zt;} } /// /// /// public string beizhu { set{ _beizhu=value;} get{return _beizhu;} } /// /// /// public string cgzt { set{ _cgzt=value;} get{return _cgzt;} } #endregion Model } }