package com.zq.foo.dao;

import java.util.List;
import java.util.Map;

import org.mybatis.spring.annotation.Mapper;

import com.zq.foo.entity.User;

@Mapper("userDao")
public interface UserDao {
	public void insertUser(User user);
	public void updateUser(User user);
	public void deleteUser(Long uid);
	/**
	 * 进行模糊查询
	 * @param likeCondition
	 * @param page
	 * @return
	 */
	public List<User> getAllUser(Map<String,Object> likeCondition);
	public User getUser(Long uid);
}
最近下载更多
oldfox  LV18 2023年7月28日
sfy_1802661689  LV2 2023年7月3日
李亮  LV19 2023年3月7日
cxdxfx12  LV14 2022年6月12日
GoodGame1234  LV4 2022年5月6日
兰文斌  LV6 2022年5月4日
chenzhen23  LV7 2022年4月20日
后山雪  LV2 2021年12月30日
907552380  LV13 2021年12月15日
137455054  LV9 2021年12月2日
最近浏览更多
953558449 3月22日
暂无贡献等级
Kaiaahh  LV1 1月4日
沈从文  LV2 1月1日
wwwww816  LV3 2023年12月19日
oldfox  LV18 2023年7月28日
 LV1 2023年7月28日
sfy_1802661689  LV2 2023年7月3日
gecongkai  LV8 2023年6月22日
zuishuaidebaba  LV2 2023年6月19日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友