From cac873af95b26430e6abd65d453a44ebdcddcd1a Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期一, 25 五月 2026 01:38:48 +0800
Subject: [PATCH] feat: 新增售后详情接口、快递与车牌未查询

---
 src/main/java/com/ruoyi/sales/vo/CustomerTransactionsVo.java |   11 ++++-------
 1 files changed, 4 insertions(+), 7 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..a88b6ea 100644
--- a/src/main/java/com/ruoyi/sales/vo/CustomerTransactionsVo.java
+++ b/src/main/java/com/ruoyi/sales/vo/CustomerTransactionsVo.java
@@ -16,15 +16,12 @@
     private String customerName;
 
     @Schema(description = "鍚堝悓鎬婚噾棰�")
-    //璇ュ鎴烽攢鍞悎鍚岀疮璁¢噾棰�
     private BigDecimal contractAmounts;
 
-    @Schema(description = "鏀舵閲戦")
-    //璇ュ鎴烽攢鍞敹娆剧疮璁¢噾棰�
-    private BigDecimal receiptPaymentAmount;
+    @Schema(description = "宸插嚭搴撻噾棰�")
+    private BigDecimal shippedAmount;
 
-    @Schema(description = "搴旀敹閲戦")
-    //璇ュ鎴烽攢鍞簲鏀剁疮璁¢噾棰�=璐㈠姟(鍑哄簱-閫�璐�)
-    private BigDecimal receiptableAmount;
+    @Schema(description = "鏈嚭搴撻噾棰�")
+    private BigDecimal unshippedAmount;
 
 }

--
Gitblit v1.9.3