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 | 17 ++++++++++++++++-
1 files changed, 16 insertions(+), 1 deletions(-)
diff --git a/src/main/java/com/ruoyi/sales/vo/CustomerTransactionsVo.java b/src/main/java/com/ruoyi/sales/vo/CustomerTransactionsVo.java
index 7b8fc1a..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;
@@ -24,7 +27,19 @@
private BigDecimal receiptPaymentAmount;
@Schema(description = "搴旀敹閲戦")
- //璇ュ鎴烽攢鍞簲鏀剁疮璁¢噾棰�=璐㈠姟(鍑哄簱-閫�璐�)
+ //璇ュ鎴烽攢鍞簲鏀剁疮璁¢噾棰�=鍒濆閲戦-鍥炴-閫�娆�
private BigDecimal receiptableAmount;
+ @Schema(description = "閫�璐ч噾棰�")
+ private BigDecimal returnAmount;
+
+ @Schema(description = "寮�绁ㄩ噾棰�")
+ private BigDecimal invoiceAmount;
+
+ @Schema(description = "鍚堝悓鎬绘暟")
+ private Integer contractCount;
+
+ @Schema(description = "瓒呮湡鍚堝悓鏁�")
+ private Integer overdueCount;
+
}
--
Gitblit v1.9.3