From a8e4132c3e2e9c3b3fcb0360901b35571b6464ea Mon Sep 17 00:00:00 2001
From: hsy <1029150275@qq.com>
Date: 星期五, 28 八月 2026 10:13:01 +0800
Subject: [PATCH] feat: 综合业务模块功能补充与实体拓展

---
 src/main/java/com/ruoyi/sales/vo/CustomerTransactionsVo.java |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/ruoyi/sales/vo/CustomerTransactionsVo.java b/src/main/java/com/ruoyi/sales/vo/CustomerTransactionsVo.java
index a6c7d7f..69cab1d 100644
--- a/src/main/java/com/ruoyi/sales/vo/CustomerTransactionsVo.java
+++ b/src/main/java/com/ruoyi/sales/vo/CustomerTransactionsVo.java
@@ -12,6 +12,9 @@
     @Schema(description = "瀹㈡埛ID")
     private Long customerId;
 
+    @Schema(description = "椤圭洰ID")
+    private Long projectId;
+
     @Schema(description = "瀹㈡埛鍚嶇О")
     private String customerName;
 
@@ -30,4 +33,13 @@
     @Schema(description = "閫�璐ч噾棰�")
     private BigDecimal returnAmount;
 
+    @Schema(description = "寮�绁ㄩ噾棰�")
+    private BigDecimal invoiceAmount;
+
+    @Schema(description = "鍚堝悓鎬绘暟")
+    private Integer contractCount;
+
+    @Schema(description = "瓒呮湡鍚堝悓鏁�")
+    private Integer overdueCount;
+
 }

--
Gitblit v1.9.3