From bfca7416f00c1b2051292c51e87efc4e073d1ef9 Mon Sep 17 00:00:00 2001
From: liujie <1793218484@qq.com>
Date: 星期三, 22 十月 2025 14:58:49 +0800
Subject: [PATCH] 修改bug

---
 ruoyi-system/src/main/java/com/ruoyi/system/vo/PageInventoryListVo.java |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/vo/PageInventoryListVo.java b/ruoyi-system/src/main/java/com/ruoyi/system/vo/PageInventoryListVo.java
index b0724a7..c6e418c 100644
--- a/ruoyi-system/src/main/java/com/ruoyi/system/vo/PageInventoryListVo.java
+++ b/ruoyi-system/src/main/java/com/ruoyi/system/vo/PageInventoryListVo.java
@@ -16,6 +16,9 @@
     @ApiModelProperty(value = "盘点id")
     private String id;
 
+    @ApiModelProperty(value = "盘点单号")
+    private String inventoryNumber;
+
 
 
     @ApiModelProperty(value = "仓库名称")

--
Gitblit v1.7.1