public TOaPartstandInfoLogic(TOaPartstandInfoVo _tOaPartstandInfo)
 {
     tOaPartstandInfo = _tOaPartstandInfo;
     access           = new TOaPartstandInfoAccess();
 }
 public TOaPartstandInfoLogic()
 {
     access = new TOaPartstandInfoAccess();
 }