public TOaSupplierJudgeLogic(TOaSupplierJudgeVo _tOaSupplierJudge)
 {
     tOaSupplierJudge = _tOaSupplierJudge;
     access           = new TOaSupplierJudgeAccess();
 }
 public TOaSupplierJudgeLogic()
 {
     access = new TOaSupplierJudgeAccess();
 }