feat:WMS 模块 「库存查询」-「即时库存」

1. 完成即时库存列表接口改造:JSON 返回每个对象中补充规格型号与库存数量合计字段。
     2. 支持前端基于规格型号进行即时库存的组合条件查询
This commit is contained in:
rcx
2026-08-05 18:18:08 +08:00
parent 4b382e4d8f
commit 56b39702b5
8 changed files with 341 additions and 267 deletions
@@ -45,6 +45,10 @@ public class ImmediateInventoryDTO {
@Excel(name = "物料条形码")
private String barCode;
@ApiModelProperty("规格型号")
@Excel(name = "规格型号")
private String specificationModel;
@ApiModelProperty("仓库id")
@Excel(name = "仓库id")
private Long warehouseId;