From 189fe18f9aaabc39cc4bb4cc00f531bc43fe152e Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期二, 09 六月 2026 16:20:30 +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