Example #1
0
 public List<HashMap<String, Object>> selectAccountList(Acct dto) throws Exception {
   return accountDao.selectAccountList(dto);
 }