From b09cca58f08d1fe55a7b0e16574fd71cd8b66d8c Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期二, 07 七月 2026 16:49:54 +0800
Subject: [PATCH] 排班排除在这个月之前离职的人员

---
 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