public BMSPFenLei(string SJBM, BMSP Father) { this.splogical = new BLL.BMSPManager(); this.spModel = new BMSPModel(); this.log = LogUtil.GetLogger <BMSPFenLei>(); this._bm = ""; this._sjbm = ""; this.oldHide = string.Empty; this.hashString = string.Empty; this.SuggestBM = ""; this.Initialize(); this._sjbm = SJBM; this.father = Father; this.Text = "商品分类编码添加"; }
public BMSPFenLei(BMSP Father, string BM, bool Isupdate = true) { this.splogical = new BLL.BMSPManager(); this.spModel = new BMSPModel(); this.log = LogUtil.GetLogger <BMSPFenLei>(); this._bm = ""; this._sjbm = ""; this.oldHide = string.Empty; this.hashString = string.Empty; this.SuggestBM = ""; this.Initialize(); this._bm = BM; this.yuanBM = BM; this.isUpdate = Isupdate; this.father = Father; this.Text = "商品分类编码编辑"; }