From 9dbf609046bc34e12d8873538b22dbc972de5ea4 Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期四, 03 九月 2026 13:53:23 +0800
Subject: [PATCH] fix(config): 统一API密钥配置

---
 src/main/java/com/ruoyi/sales/vo/CustomerTransactionsVo.java |    5 ++++-
 1 files changed, 4 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..a6c7d7f 100644
--- a/src/main/java/com/ruoyi/sales/vo/CustomerTransactionsVo.java
+++ b/src/main/java/com/ruoyi/sales/vo/CustomerTransactionsVo.java
@@ -24,7 +24,10 @@
     private BigDecimal receiptPaymentAmount;
 
     @Schema(description = "搴旀敹閲戦")
-    //璇ュ鎴烽攢鍞簲鏀剁疮璁¢噾棰�=璐㈠姟(鍑哄簱-閫�璐�)
+    //璇ュ鎴烽攢鍞簲鏀剁疮璁¢噾棰�=鍒濆閲戦-鍥炴-閫�娆�
     private BigDecimal receiptableAmount;
 
+    @Schema(description = "閫�璐ч噾棰�")
+    private BigDecimal returnAmount;
+
 }

--
Gitblit v1.9.3