package com.anubis.user.dao; import java.util.List; import java.util.Map; import com.anubis.user.bean.User; /** * @项目名称: page * @类名称: UserMapper * @类描述: 用户DAO接口 * @创建时间: 2014-7-31 下午3:04:36 * @修改备注: * @version: 1.0 */ public interface UserMapper { int deleteByPrimaryKey(Integer userId); int insert(User record); int insertSelective(User record); User selectByPrimaryKey(Integer userId); int updateByPrimaryKeySelective(User record); int updateByPrimaryKey(User record); /** * 查询user * @方法名:getUserList * @参数 @param map * @参数 @return * @返回类型 List<Map<String,Object>> */ public List<Map<String, Object>> getUserList(Map<String, Object> map); }
最近下载更多
sspp123 LV1
2020年11月19日
jeep123456 LV10
2020年6月9日
Ditto123 LV8
2020年6月2日
sunshine9920 LV12
2019年7月15日
ftc1314 LV12
2019年2月28日
wang_d LV12
2019年2月22日
tiansitong LV14
2018年12月18日
zhoujunyu LV14
2018年11月7日
wangdongtai LV31
2018年10月23日
sad5421562 LV2
2018年10月17日