xuhy
2025-02-20 b9c032d96e236d9c45ca748be63a327755b82a06
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;