lidaye2396

博客园 首页 新随笔 联系 订阅 管理

2021年3月24日 #

摘要: 2.3 编写代码 实体类 Dao接口 public interface UserDao { public List<User> getUserList();} 接口实现类 (由原来的UserDaoImpl转变为一个Mapper配置文件) <?xml version="1.0" encoding="U 阅读全文
posted @ 2021-03-24 11:11 lidaye2396 阅读(14) 评论(0) 推荐(0) 编辑