gongchunyi
2026-08-25 97ecde838f8028ac9d3ed4fd7ee9c65821fb2e54
src/main/java/com/ruoyi/production/bean/dto/ProductionProductMainDto.java
@@ -54,6 +54,12 @@
    @Schema(description = "数量")
    private BigDecimal quantity;
    @Schema(description = "排产数量")
    private BigDecimal schedulingNum;
    @Schema(description = "待生产数量")
    private BigDecimal pendingNum;
    @Schema(description = "报废数量")
    private BigDecimal scrapQty;