From b83811618d78d7a9832b325334b7a35cd6a3b64b Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期一, 08 六月 2026 13:21:01 +0800
Subject: [PATCH] 采购台账手动入库,保存差额;入库审核 重新计算含水量

---
 src/main/java/com/ruoyi/account/bean/vo/purchase/PurchaseInboundVo.java |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/ruoyi/account/bean/vo/purchase/PurchaseInboundVo.java b/src/main/java/com/ruoyi/account/bean/vo/purchase/PurchaseInboundVo.java
index 48831e1..db3f263 100644
--- a/src/main/java/com/ruoyi/account/bean/vo/purchase/PurchaseInboundVo.java
+++ b/src/main/java/com/ruoyi/account/bean/vo/purchase/PurchaseInboundVo.java
@@ -42,6 +42,18 @@
     @Excel(name = "閲戦")
     private BigDecimal InboundAmount;
 
+    @Schema(description = "鐞嗚鍏ュ簱鏁伴噺")
+    @Excel(name = "鐞嗚鍏ュ簱鏁伴噺")
+    private BigDecimal theoryStockInNum;
+
+    @Schema(description = "瀹為檯鍏ュ簱鏁伴噺")
+    @Excel(name = "瀹為檯鍏ュ簱鏁伴噺")
+    private BigDecimal stockInNum;
+
+    @Schema(description = "宸")
+    @Excel(name = "宸")
+    private BigDecimal differenceNum;
+
     @Schema(description = "閲囪喘璁㈠崟鍙�")
     @Excel(name = "閲囪喘璁㈠崟鍙�")
     private String purchaseContractNumber;

--
Gitblit v1.9.3