public AccountFr getAccountFrByCode(String accountCode) { return accountFrMapper.getAccountFrByCode(accountCode); }
@Override public void deleteAccountFrById(String id) { // TODO Auto-generated method stub accountFrMapper.deleteByPrimaryKey(id); }
@Override public void updateAccountFr(AccountFr fr) { // TODO Auto-generated method stub accountFrMapper.updateByPrimaryKeySelective(fr); }
@Override public void insertAccountFr(AccountFr af) { // TODO Auto-generated method stub accountFrMapper.insertSelective(af); }
@Override public AccountFr getAccountFrById(String id) { // TODO Auto-generated method stub return accountFrMapper.selectByPrimaryKey(id); }
@Override public List<AccountFr> getAccountFrList(Map<String, Object> map) { // TODO Auto-generated method stub return accountFrMapper.toPageGetAccountFrList(map); }