库存查询根据查询维度分组插叙;

This commit is contained in:
王奎兴
2026-02-07 15:40:56 +08:00
parent ea4b53b041
commit de7c40e6ce
5 changed files with 87 additions and 8 deletions
@@ -159,4 +159,6 @@ public class MaterialInventoryDTO extends MaterialBaseDTO {
@ApiModelProperty("箱号/卡板号")
@Excel(name = "箱号/卡板号")
private String boxPalletNo;
}
//查询规则 hz:货主,wl:物料,kw:库位,wlkw:物料库位,all:全部
private String queryRule;
}