liu
9 天以前 06c312e584b99df613728d5ea8b32df4e156f3cc
yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/controller/admin/pro/workorder/vo/MesProWorkOrderItemRespVO.java
@@ -27,6 +27,15 @@
    @Schema(description = "需求数量", example = "1000.00")
    private BigDecimal quantity;
    @Schema(description = "可用库存", example = "500.00")
    private BigDecimal stockQuantity;
    @Schema(description = "在途采购数(来源为本工单的采购订单数量汇总)", example = "200.00")
    private BigDecimal purchaseOrderQuantity;
    @Schema(description = "库存是否充足(可用库存 + 在途采购数 >= 需求数量)", example = "true")
    private Boolean stockSufficient;
    @Schema(description = "物料/产品标识", example = "ITEM")
    private String itemOrProduct;