コード例 #1
0
ファイル: AccountDaoImpl.java プロジェクト: heshengyx/finance
 public int update(Account param) {
   AccountMapper mapper = getMapper(AccountMapper.class);
   return mapper.update(param);
 }