14.mybatis-plus学习
摘要:
1.service接口创建: public interface UserService extends IService<com.hongda.mybatis.pojo.User> {}2实现的创建: @Servicepublic class UserServiceImpl extends Serv 阅读全文
posted @ 2023-04-08 00:13 bobo11021 阅读(19) 评论(0) 推荐(0) 编辑