及时库存查询修改;

This commit is contained in:
王奎兴
2026-01-30 15:30:32 +08:00
parent 81633720e3
commit 089b7535b5
2 changed files with 53 additions and 12 deletions
@@ -69,6 +69,10 @@ public class ImmediateInventoryDO extends BaseVOEntity {
@Excel(name = "库存数量")
private BigDecimal inventoryQuantity;
@ApiModelProperty("复核数量")
@Excel(name = "复核数量")
private BigDecimal checkQuantity;
@ApiModelProperty("可用数量 ")
@Excel(name = "可用数量 ")
private BigDecimal allocationQuantity;
@@ -144,4 +148,4 @@ public class ImmediateInventoryDO extends BaseVOEntity {
@Excel(name = "拣货数量结束")
private BigDecimal pickQuantityEnd;
}
}