From 41fe02013c77217f73b2104f513913b2420c8748 Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期二, 26 五月 2026 18:57:18 +0800
Subject: [PATCH] 领料台账需求数量按照父子层级计算

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