首页>代码>spring+spring mvc+mybatis整合实现用户登录注册功能(idea用maven搭建)>/ssm-02/src/main/java/neusoft/service/UserService.java
package neusoft.service; import neusoft.pojo.User; import java.util.List; public interface UserService { User getById(Integer id); User login(String name, String password); User getByName(String name); boolean insert(User bean); boolean update(User bean); List<User> getList(); }

微信网友_7547316598050816 LV1
6月10日
xiubiaoya LV1
6月1日
vincemokea LV5
4月23日
22048042 LV1
4月9日
哪里的完整版 LV8
3月1日
zhoubowen LV3
2024年12月29日
lee041022 LV1
2024年12月13日
王高阳 LV1
2024年10月9日
qiwwwww LV2
2024年6月20日
Sul_ALL LV1
2024年3月20日

微信网友_7547316598050816 LV1
6月10日
241404
6月6日
暂无贡献等级
xiubiaoya LV1
6月1日
微信网友_7516989224996864 LV1
5月19日
vincemokea LV5
4月23日
22048042 LV1
4月9日
哪里的完整版 LV8
3月1日
zhoubowen LV3
2024年12月29日
lee041022 LV1
2024年12月13日
xiaoaitx LV8
2024年11月22日