From 9ae0e3d68b255dd6df31ea55d9b6eda1a61708dd Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期三, 15 一月 2025 10:13:17 +0800
Subject: [PATCH] 1、测试类报错删除 2、修改opc配置

---
 hangzhoumesParent/moduleService/howllowGlassModule/src/main/java/com/mes/hollowqueue/entity/HollowGlassQueueInfo.java |   17 +++++++++--------
 1 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/hangzhoumesParent/moduleService/howllowGlassModule/src/main/java/com/mes/hollowqueue/entity/HollowGlassQueueInfo.java b/hangzhoumesParent/moduleService/howllowGlassModule/src/main/java/com/mes/hollowqueue/entity/HollowGlassQueueInfo.java
index 9f3da49..807c4e0 100644
--- a/hangzhoumesParent/moduleService/howllowGlassModule/src/main/java/com/mes/hollowqueue/entity/HollowGlassQueueInfo.java
+++ b/hangzhoumesParent/moduleService/howllowGlassModule/src/main/java/com/mes/hollowqueue/entity/HollowGlassQueueInfo.java
@@ -2,7 +2,7 @@
 
 import com.baomidou.mybatisplus.annotation.IdType;
 import com.baomidou.mybatisplus.annotation.TableId;
-import com.mes.base.entity.BigStorageCageBaseInfo;
+import com.mes.base.entity.HollowBigStorageCageBaseInfo;
 import lombok.Data;
 
 import java.util.Date;
@@ -14,12 +14,17 @@
  * @since 2024-11-30 10:19:55
  */
 @Data
-public class HollowGlassQueueInfo extends BigStorageCageBaseInfo {
+public class HollowGlassQueueInfo extends HollowBigStorageCageBaseInfo {
     /**
      * /*澶х悊鐗囩璇︽儏琛╥d
      */
     @TableId(value = "id", type = IdType.AUTO)
     private Long id;
+
+    /**
+     * /*澶х悊鐗囩璇︽儏琛╥d
+     */
+    private Long relationId;
     /**
      * /*璁惧id
      */
@@ -45,9 +50,9 @@
      */
     private Integer glassType;
     /**
-     * /*鍘氬害
+     * 鑶滅郴
      */
-    private Double thickness;
+    private String filmsId;
     /**
      * /*鐘舵��
      */
@@ -62,10 +67,6 @@
      * /*鎬诲眰鍙�
      */
     private Integer totalLayer;
-    /**
-     * /*灞傚彿
-     */
-    private Integer layer;
     /**
      * /*鍒涘缓鏃堕棿
      */

--
Gitblit v1.8.0