コード例 #1
0
 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   = "商品分类编码添加";
 }
コード例 #2
0
 public BMSPFenLei(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.Text     = "商品分类编码编辑";
 }