buhuazhen
2026-04-22 1b6ccb5ac0edeb3c7f2ca9035c87b6ec24209c2f
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;
}