Exemplo n.º 1
0
 /** 获取所有计算参数信息 */
 public String getAll() {
   paraDtList = paraDtService.allParaDt();
   return "allParaDt";
 }