From b69f7d42b91856b9448676a51eefef6b36f6bdb3 Mon Sep 17 00:00:00 2001
From: 无关风月 <443237572@qq.com>
Date: 星期四, 13 二月 2025 10:30:49 +0800
Subject: [PATCH] Merge branch 'master' of https://gitee.com/xiaochen991015/xizang

---
 ruoyi-system/src/main/java/com/ruoyi/system/model/TFlowManagement.java |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/model/TFlowManagement.java b/ruoyi-system/src/main/java/com/ruoyi/system/model/TFlowManagement.java
index 98e0582..0f72ebf 100644
--- a/ruoyi-system/src/main/java/com/ruoyi/system/model/TFlowManagement.java
+++ b/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;

--
Gitblit v1.7.1