From eb0e1f5cc324a6bf90ce39dcf999ca2c7c21b763 Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期四, 13 三月 2025 08:42:53 +0800
Subject: [PATCH] 1、卧式理片笼按时间  设备号 查询生产情况

---
 hangzhoumesParent/common/servicebase/src/main/java/com/mes/base/entity/vo/BigStorageVO.java |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/hangzhoumesParent/common/servicebase/src/main/java/com/mes/base/entity/vo/BigStorageVO.java b/hangzhoumesParent/common/servicebase/src/main/java/com/mes/base/entity/vo/BigStorageVO.java
index d5df3f7..932a730 100644
--- a/hangzhoumesParent/common/servicebase/src/main/java/com/mes/base/entity/vo/BigStorageVO.java
+++ b/hangzhoumesParent/common/servicebase/src/main/java/com/mes/base/entity/vo/BigStorageVO.java
@@ -11,6 +11,8 @@
 @Data
 public class BigStorageVO {
 
+    @ApiModelProperty(value = "绗煎瓙鍙�")
+    private int deviceId;
     @ApiModelProperty(value = "鏍煎瓙鍙�")
     private int slot;
     @ApiModelProperty(value = "鏁伴噺")

--
Gitblit v1.8.0