From 2e20e85173b764e43a6e4022072bc8fb0cc61330 Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期一, 30 十二月 2024 19:45:35 +0800
Subject: [PATCH] 1、李赛克生成trf文件模板初始化
---
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