コード例 #1
0
 public String listAllEnterprise() throws Exception {
   List enterprises = enterpriseService.listAllEnterprise();
   result = new HashMap<String, Object>();
   result.put("enlist", enterprises);
   return SUCCESS;
 }