public Account getData(Account param) {
   AccountMapper mapper = getMapper(AccountMapper.class);
   return mapper.getData(param);
 }