From 999599e7c93bf781518ecadca1baaba932766cef Mon Sep 17 00:00:00 2001 From: wujianwei <wjw@11.com> Date: 星期五, 15 八月 2025 11:57:35 +0800 Subject: [PATCH] 修改 --- service/src/main/java/com/ruoyi/cwgl/domain/PendingSettlementBusiness.java | 22 +++++++++++++++++++--- 1 files changed, 19 insertions(+), 3 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 8609cf5..35c804f 100644 --- a/service/src/main/java/com/ruoyi/cwgl/domain/PendingSettlementBusiness.java +++ b/service/src/main/java/com/ruoyi/cwgl/domain/PendingSettlementBusiness.java @@ -167,21 +167,21 @@ @Excel(name = "棰勪及鎬绘敹鍏�") @TableField("estimated_total_income") - private BigDecimal estimatedTotalIncome; + private Long estimatedTotalIncome; /** 棰勪及鎬绘垚鏈� */ @Excel(name = "棰勪及鎬绘垚鏈�") @TableField("estimated_total_cost") - private BigDecimal estimatedTotalCost; + private Long estimatedTotalCost; /** 棰勪及鍒╂鼎 */ @Excel(name = "棰勪及鍒╂鼎") @TableField("estimated_profit") - private BigDecimal estimatedProfit; + private Long estimatedProfit; /** 鐢靛瓙閿� */ @@ -364,6 +364,22 @@ /**涓氬姟id淇敼鐢�*/ @TableField(exist = false) private Integer serviceId; + /** + * 鏄惁鐢熸垚杩囧叆璐�0鍚�1鏄� + */ + @TableField("is_create") + private Integer isCreate; + /** + * 鍏宠仈璐﹀崟id + */ + @TableField("bill_id") + private Integer billId; + + /** + * 鍏宠仈璐﹀崟id + */ + @TableField("bill_name") + private String billName; public String getActualDepartureTimeBegin() { return actualDepartureTimeBegin; -- Gitblit v1.8.0