摘要: 2023-09-12 导入的依赖 <dependency> <groupId>com.github.pagehelper</groupId> <artifactId>pagehelper</artifactId> <version>5.3.2</version> </dependency> myba 阅读全文
posted @ 2023-09-12 17:06 努力是一种常态 阅读(26) 评论(0) 推荐(0) 编辑
摘要: 2023-09-12 StoreHouseMapper /** * 批量添加 */ void insertMoreSH(@Param("storeHouses") List<StoreHouse> storeHouses); /** * 批量删除方式一 */ void deleteMoreSH(@P 阅读全文
posted @ 2023-09-12 15:13 努力是一种常态 阅读(52) 评论(0) 推荐(0) 编辑
摘要: 2023-09-12 StoreHouseMapper package com.hh.mapper; import com.hh.pojo.StoreHouse; import java.util.List; /** * @author hh * @version 1.0 * @DATE 2023- 阅读全文
posted @ 2023-09-12 14:31 努力是一种常态 阅读(11) 评论(0) 推荐(0) 编辑
摘要: 2023-09-12 仓库 StoreHouseMapper /** * 分步查询 * 首先通过仓库的id查询出仓库 */ StoreHouse getSHAndGoodsByStepOne(@Param("id")Integer id); StoreHouseMapper.xml <resultM 阅读全文
posted @ 2023-09-12 08:52 努力是一种常态 阅读(26) 评论(0) 推荐(0) 编辑