コード例 #1
0
ファイル: IndexAction.java プロジェクト: nirack/cambodia
 public String queryBillRule() throws Exception {
   getRoot().setRecords(indexComponent.findBillRule(optr.getCounty_id()));
   return JSON_RECORDS;
 }