Esempio n. 1
0
 public BMSPSM_Edit(string SJBM, BMSPSM Father)
 {
     this.khlogical = new BMSPSMManager();
     this.spsmModel = new BMSPSMModel();
     this.log       = LogUtil.GetLogger <BMSPSM_Edit>();
     this._bm       = "";
     this._sjbm     = "";
     this.SuggestBM = "";
     this.Initialize();
     this._sjbm  = SJBM;
     this.father = Father;
     this.Text   = "税目编码添加";
 }
Esempio n. 2
0
 public BMSPSMFenLei(string SJBM, BMSPSM Father)
 {
     this.khlogical = new BMSPSMManager();
     this.khModel   = new BMSPSMModel();
     this.bm        = "";
     this.yuanBM    = "";
     this.yuanSZ    = "";
     this._sjbm     = "";
     this.SuggestBM = "";
     this.Initialize();
     this._sjbm  = SJBM;
     this.father = Father;
     this.Text   = "客户分类编码添加";
 }