即时库存复核数量查询

This commit is contained in:
zhou-hongcheng
2026-03-17 10:13:02 +08:00
parent 7dd32e8676
commit c0669f122d
3 changed files with 39 additions and 3 deletions
@@ -148,4 +148,10 @@ public class ImmediateInventoryDO extends BaseVOEntity {
@Excel(name = "拣货数量结束")
private BigDecimal pickQuantityEnd;
@ApiModelProperty("复核数量开始")
private BigDecimal checkQuantityBegin;
@ApiModelProperty("复核数量开始")
private BigDecimal checkQuantityEnd;
}