摘要:
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
阅读(22)
评论(0)
推荐(0)
浙公网安备 33010602011771号