package com.nico.dao;

import java.util.List;
import com.nico.entities.Account;
import com.nico.entities.PagerEx;

// 帐号DAO
public interface AccountMapper {
	
	// 查询所有帐号信息
	public List<Account> getAccounts();
	
	// 根据筛选条件查询帐号信息
	public List<Account> getAccountsByFilter(PagerEx pagerEx);
	
	// 根据accountID查询帐号信息
	public Account getAccountByAccountID(String accountID);
	
	// 创建帐号信息
	public int createAccount(Account account);
	
	// 根据accountID删除帐号信息
	public int deleteAccountByAccountID(String accountID);
	
	// 批量删除List<accountID>帐号信息
	public int deleteAccountsBatch(List<String> list);
	
	// 根据accountID更新帐号信息
	public int updateAccountByAccountID(Account account);	
}
最近下载更多
503382513  LV10 2022年12月5日
203778513  LV9 2021年7月21日
Myangyyyy  LV10 2021年3月11日
阿昌先生  LV13 2021年1月20日
心中无码  LV5 2021年1月7日
王东东  LV17 2020年11月4日
ggc110  LV1 2020年5月31日
会1飞1的1鱼  LV5 2020年4月16日
xaseven  LV1 2020年4月8日
micaroo  LV4 2019年11月26日
最近浏览更多
13188866605  LV12 3月26日
忆丶流年似水 2023年1月16日
暂无贡献等级
康日澜  LV9 2023年1月7日
呜呜呜吴天  LV2 2022年12月9日
微信网友_6248713511227392  LV11 2022年12月5日
503382513  LV10 2022年12月5日
云龙123456  LV7 2022年12月2日
annazhang  LV29 2022年10月27日
葛乃玮  LV1 2022年10月19日
51Demo 2022年2月14日
暂无贡献等级
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友