using System; namespace Maticsoft.Model { /// /// nr_z_cpbom_xm:实体类(属性说明自动提取数据库字段的描述信息) /// [Serializable] public partial class nr_z_cpbom_xm { public nr_z_cpbom_xm() {} #region Model private int _id; private int _bomid; private string _cpbh; private int _mtsl; private decimal _xiaoji; private string _beizhu; private string _cplx; /// /// /// public int id { set{ _id=value;} get{return _id;} } /// /// /// public int bomid { set{ _bomid=value;} get{return _bomid;} } /// /// /// public string cpbh { set{ _cpbh=value;} get{return _cpbh;} } /// /// /// public int mtsl { set{ _mtsl=value;} get{return _mtsl;} } /// /// /// public decimal xiaoji { set{ _xiaoji=value;} get{return _xiaoji;} } /// /// /// public string beizhu { set{ _beizhu=value;} get{return _beizhu;} } /// /// /// public string cplx { set{ _cplx=value;} get{return _cplx;} } #endregion Model } }