liyong
2026-05-08 09d3d31899bb346c6fe8ad5d89168730b5dfae4a
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;