2021年11月10日
摘要: 首先开发mapper接口: public interface UserMapper { // 1、 根据用户ID查询用户信息 public User findUserById(int id) throws Exception; // 2、 添加用户 public void insertUser(Us 阅读全文
posted @ 2021-11-10 12:43 季昂 阅读(95) 评论(0) 推荐(0) 编辑