2026-06-01 bf0842edb38504036d4892e7d0d80f81ce5d6646
src/main/java/com/ruoyi/production/pojo/ProductionOrderPick.java
@@ -66,6 +66,19 @@
    @Schema(description = "需求数量")
    private BigDecimal demandedQuantity;
    @Schema(description = "补料总量")
    private BigDecimal  feedingQty;
    @Schema(description = "退料数量")
    private BigDecimal  returnQty;
    @Schema(description = "实际数量")
    private BigDecimal  actualQty;
    @Schema(description = "是否已退料")
    @TableField("is_returned")
    private Boolean returned;
    @Schema(description = "是否bom领料")
    @TableField("is_bom")
    private Boolean bom;