Example #1
0
 public String queryUseFeeRule() throws Exception {
   getRoot().setRecords(indexComponent.findUseFeeRule(optr.getCounty_id()));
   return JSON_RECORDS;
 }