using System; namespace Maticsoft.Model { /// /// nr_z_shoucang:实体类(属性说明自动提取数据库字段的描述信息) /// [Serializable] public partial class nr_z_shoucang { public nr_z_shoucang() {} #region Model private int _id; private int _yonghu; private int _rukou; /// /// /// public int id { set{ _id=value;} get{return _id;} } /// /// /// public int yonghu { set{ _yonghu=value;} get{return _yonghu;} } /// /// /// public int rukou { set{ _rukou=value;} get{return _rukou;} } #endregion Model } }