首页>代码>spring boot+mysql+mybatis+easyUI整合实现简单网站用户后台管理系统>/system/src/main/java/com/kyh/system/mapper/UserMapper.java
package com.kyh.system.mapper;
import com.kyh.system.entity.User;
import org.apache.ibatis.annotations.Mapper;
import org.springframework.stereotype.Component;
import java.util.List;
@Component
@Mapper
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);
// 查询全部用户
List<User> selectAllUser();
/***
* 用户登录
*/
User selectselectByKeyAndPassword(User user);
int getUsernumber();
}
最近下载更多
kangyongh LV10
10月21日
SDASDASDAD LV1
2023年10月16日
微信网友_6506630663868416 LV1
2023年6月6日
7346040 LV1
2022年11月18日
tanxin LV3
2022年9月2日
123456789aweq LV2
2022年7月21日
刘亦菲9527 LV15
2022年3月7日
9843637 LV9
2021年12月13日
Oxygeni LV7
2021年12月1日
尹恒yingying LV18
2021年10月23日
最近浏览更多
微信网友_7289626841501696 LV4
2024年12月24日
bluerstar LV1
2024年10月23日
wwwww816 LV5
2024年5月22日
1941549176 LV4
2024年4月29日
微信网友_6927932988952576 LV12
2024年3月31日
skipple3 LV39
2024年1月22日
WHY-small LV15
2023年12月20日
微信网友_6762162760880128
2023年12月3日
暂无贡献等级
fff2003 LV9
2023年11月18日
wnnmmb LV2
2023年10月18日

