From 849648e82e5dec96f9f30fcc9c9bd799268b1f4c Mon Sep 17 00:00:00 2001
From: wujianwei <wjw@11.com>
Date: 星期四, 09 四月 2026 10:40:44 +0800
Subject: [PATCH] 新增资金流水导入

---
 service/src/main/java/com/ruoyi/cwgl/domain/ReceivableBillManagement.java |  143 +++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 141 insertions(+), 2 deletions(-)

diff --git a/service/src/main/java/com/ruoyi/cwgl/domain/ReceivableBillManagement.java b/service/src/main/java/com/ruoyi/cwgl/domain/ReceivableBillManagement.java
index d172d7e..8c83d29 100644
--- a/service/src/main/java/com/ruoyi/cwgl/domain/ReceivableBillManagement.java
+++ b/service/src/main/java/com/ruoyi/cwgl/domain/ReceivableBillManagement.java
@@ -79,6 +79,13 @@
     private String businessType;
 
 
+    /** 鎺ㄨ繘瑕佹眰 */
+    @Excel(name = "鎺ㄨ繘瑕佹眰")
+
+        @TableField("promotion_requirement")
+    private String promotionRequirement;
+
+
     /** 鏄惁鍐呴儴缁撶畻 */
     @Excel(name = "鏄惁鍐呴儴缁撶畻")
 
@@ -204,21 +211,153 @@
     private Date billSendDate;
 
 
-    /** 璐﹀崟鍒版湡鏃ユ湡 */
+    /**
+     * 璐﹀崟鍒版湡鏃ユ湡
+     */
     @Excel(name = "璐﹀崟鍒版湡鏃ユ湡", width = 30, dateFormat = "yyyy-MM-dd")
 
         @JsonFormat(pattern = "yyyy-MM-dd")
         @TableField("bill_due_date")
     private Date billDueDate;
 
+    /**
+     * 30澶╁唴鍒版湡閲戦
+     */
+    @Excel(name = "30澶╁唴鍒版湡閲戦")
 
-    /** 鐘舵��(draft:鑽夌;generated:宸茬敓鎴�;sent:宸插彂閫�;partial_paid:閮ㄥ垎鏀舵;paid:宸叉敹娆�;cancelled:宸插彇娑�) */
+        @TableField("due_in_30_days")
+    private BigDecimal dueIn30Days;
+
+    /**
+     * 閫炬湡閲戦
+     */
+    @Excel(name = "閫炬湡閲戦")
+
+        @TableField("overdue_amount")
+    private BigDecimal overdueAmount;
+
+    /**
+     * 閫炬湡1~30澶╅噾棰�
+     */
+    @Excel(name = "閫炬湡1~30澶╅噾棰�")
+
+        @TableField("overdue_1_to_30_days")
+    private BigDecimal overdue1To30Days;
+
+    /**
+     * 閫炬湡31~60澶╅噾棰�
+     */
+    @Excel(name = "閫炬湡31~60澶╅噾棰�")
+
+        @TableField("overdue_31_to_60_days")
+    private BigDecimal overdue31To60Days;
+
+    /**
+     * 閫炬湡61~90澶╅噾棰�
+     */
+    @Excel(name = "閫炬湡61~90澶╅噾棰�")
+
+        @TableField("overdue_61_to_90_days")
+    private BigDecimal overdue61To90Days;
+
+    /**
+     * 閫炬湡91~180澶╅噾棰�
+     */
+    @Excel(name = "閫炬湡91~180澶╅噾棰�")
+
+        @TableField("overdue_91_to_180_days")
+    private BigDecimal overdue91To180Days;
+
+    /**
+     * 閫炬湡181~365澶╅噾棰�
+     */
+    @Excel(name = "閫炬湡181~365澶╅噾棰�")
+
+        @TableField("overdue_181_to_365_days")
+    private BigDecimal overdue181To365Days;
+
+    /**
+     * 閫炬湡1骞翠互涓婇噾棰�
+     */
+    @Excel(name = "閫炬湡1骞翠互涓婇噾棰�")
+
+        @TableField("overdue_over_1_year")
+    private BigDecimal overdueOver1Year;
+
+    /**
+     * 閫炬湡澶╂暟
+     */
+    @Excel(name = "閫炬湡澶╂暟")
+
+        @TableField("overdue_days")
+    private Integer overdueDays;
+
+
+    /** 缁撶畻绉嶇被 */
+    @Excel(name = "缁撶畻绉嶇被")
+
+        @TableField("settlement_category")
+    private String settlementCategory;
+
+
+    /** 缁撶畻鏈� */
+    @Excel(name = "缁撶畻鏈�")
+
+        @TableField("settlement_period")
+    private String settlementPeriod;
+
+
+    /** NC璐﹂潰缁撶畻鏃ユ湡 */
+    @JsonFormat(pattern = "yyyy-MM-dd")
+    @Excel(name = "NC璐﹂潰缁撶畻鏃ユ湡", width = 30, dateFormat = "yyyy-MM-dd")
+
+        @TableField("nc_settlement_date")
+    private Date ncSettlementDate;
+
+
+    /** NC璐﹂潰缁撶畻閲戦 */
+    @Excel(name = "NC璐﹂潰缁撶畻閲戦")
+
+        @TableField("nc_settlement_amount")
+    private BigDecimal ncSettlementAmount;
+
+
+    /** 璐︽澶囨敞 */
+    @Excel(name = "璐︽澶囨敞")
+
+        @TableField("account_remark")
+    private String accountRemark;
+
+
+    /** 閫炬湡鍒╂伅 */
+    @Excel(name = "閫炬湡鍒╂伅")
+
+        @TableField("overdue_interest")
+    private BigDecimal overdueInterest;
+
+
+    /**
+     * 鐘舵��(draft:鑽夌;generated:宸茬敓鎴�;sent:宸插彂閫�;pending_review:寰呭鏍�;partial_paid:閮ㄥ垎鏀舵;paid:宸叉敹娆�;cancelled:宸插彇娑�)
+     */
     @Excel(name = "鐘舵��")
 
         @TableField("status")
     private String status;
 
 
+    /** 瀹℃牳鐘舵��(0:鏈鏍�;1:瀹℃牳閫氳繃;2:瀹℃牳涓嶉�氳繃) */
+    @Excel(name = "瀹℃牳鐘舵��")
+
+        @TableField("audit_status")
+    private Integer auditStatus;
+
+    /** 鏉ユ簮绯荤粺ID锛堢敤浜庡鏍告帹閫佹椂璇嗗埆鐩爣TMS绯荤粺锛� */
+    @Excel(name = "鏉ユ簮绯荤粺ID")
+
+        @TableField("source_system_id")
+    private Integer sourceSystemId;
+
+
     /** 澶囨敞 */
     @Excel(name = "澶囨敞")
 

--
Gitblit v1.8.0