liding
19 小时以前 27ecc1025e2796f4c58b41b7970d5a21a5e6ef0d
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;