feat(inventory): 添加盘库计划关联库区列表查询功能

- 在 InvCountPlanServiceImpl 中新增 warehouseMapper 依赖注入
- 修改 queryPageList 方法以联查盘库计划关联的库区列表
- 修改 queryList 方法以联查盘库计划关联的库区列表
- 新增 setWarehouseList 方法实现批量设置库区列表逻辑
- 在 InvCountPlanVo 中新增 warehouseList 字段存储库区列表
- 更新 .gitignore 文件添加 *.toml 忽略规则
This commit is contained in:
2026-06-24 16:51:22 +08:00
parent fc537a1aa6
commit c7b899735f
3 changed files with 37 additions and 1 deletions

1
.gitignore vendored
View File

@@ -64,3 +64,4 @@ nbdist/
*.py
*.pyc
*.json
*.toml