liyong
2026-04-28 2c51e2bac7e271f6bd1a7da060e4ffd327d5a8d2
src/main/java/com/ruoyi/production/pojo/ProductionProductOutput.java
@@ -40,4 +40,11 @@
    @TableField(fill = FieldFill.INSERT)
    private Long deptId;
    /**
     * 补偿数量
     */
    @TableField(value = "replenish_qty")
    private BigDecimal replenishQty;
}