feat(wms): 支持库存操作按批次号

- 新增按批次号进行库存增减的功能
- 修改入库、出库、移库等操作,支持指定批次号
- 优化库存查询逻辑,优先按批次号匹配
- 修复测试接口路径配置
This commit is contained in:
2025-09-12 14:26:51 +08:00
parent 3842bb9a84
commit fdec7e1d47
2 changed files with 64 additions and 24 deletions

View File

@@ -158,6 +158,7 @@ security:
# 测试接口
- /test/**
- /klp/generateRecord
- /klp/generateRecord/**
# MyBatisPlus配置