17 小时以前 3d2fd3a3f7d0571721b0f894e07c80553fd1e26c
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;