摘要: 阅读原文 完整代码 https://github.com/pbteach/mybatis-plus-test Mybatis-plus增删改查 插入操作 方法定义 /** * 插入一条记录 * * @param entity 实体对象 */ int insert(T entity); 测试用例 pa 阅读全文
posted @ 2020-12-06 11:03 张什么锋 阅读(3948) 评论(0) 推荐(1)