From 238c45af2339810d98d05dd10fd1d31068c12938 Mon Sep 17 00:00:00 2001 From: sen <sen@qq.com> Date: 星期一, 18 八月 2025 10:16:42 +0800 Subject: [PATCH] 修改 --- service/src/main/java/com/ruoyi/cwgl/domain/PendingSettlementBusiness.java | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/service/src/main/java/com/ruoyi/cwgl/domain/PendingSettlementBusiness.java b/service/src/main/java/com/ruoyi/cwgl/domain/PendingSettlementBusiness.java index 914308c..3b50813 100644 --- a/service/src/main/java/com/ruoyi/cwgl/domain/PendingSettlementBusiness.java +++ b/service/src/main/java/com/ruoyi/cwgl/domain/PendingSettlementBusiness.java @@ -176,6 +176,23 @@ @TableField("estimated_total_cost") private BigDecimal estimatedTotalCost; + /** 纭鎬绘敹鍏� */ + @Excel(name = "纭鎬绘敹鍏�") + @TableField("confirmed_total_income") + private BigDecimal confirmedTotalIncome; + /** 纭鎬绘垚鏈� */ + @Excel(name = "纭鎬绘垚鏈�") + @TableField("confirmed_total_cost") + private BigDecimal confirmedTotalCost; + + /**鏄惁鍖归厤鏀跺叆(0:鏈尮閰�;1:宸插尮閰�)*/ + @TableField("is_income_matched") + private Integer isIncomeMatched; + + /**鏄惁鍖归厤鎴愭湰(0:鏈尮閰�;1:宸插尮閰�)*/ + @TableField("is_cost_matched") + private Integer isCostMatched; + /** 棰勪及鍒╂鼎 */ @Excel(name = "棰勪及鍒╂鼎") -- Gitblit v1.8.0