无关风月
2025-03-07 c3d0955e19a2856a176f4efe6f385e5f43711c05
ruoyi-system/src/main/java/com/ruoyi/system/model/TFlowManagement.java
@@ -51,6 +51,10 @@
    @TableField("deduction_money")
    private BigDecimal deductionMoney;
    @ApiModelProperty(value = "抵扣前欠费金额")
    @TableField("pre_outstand")
    private BigDecimal preOutstand;
    @ApiModelProperty(value = "剩余金额")
    @TableField("remaining_money")
    private BigDecimal remainingMoney;