From b9b44b51b201e2f5a9a1f3665c7fb76b5690f9af Mon Sep 17 00:00:00 2001 From: wu <731351411@qq.com> Date: 星期一, 23 十二月 2024 16:13:08 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- hangzhoumesParent/moduleService/howllowGlassModule/src/main/java/com/mes/hollowqueue/entity/HollowGlassQueueInfo.java | 12 ++++-------- 1 files changed, 4 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..a230379 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,7 +14,7 @@ * @since 2024-11-30 10:19:55 */ @Data -public class HollowGlassQueueInfo extends BigStorageCageBaseInfo { +public class HollowGlassQueueInfo extends HollowBigStorageCageBaseInfo { /** * /*澶х悊鐗囩璇︽儏琛╥d */ @@ -45,9 +45,9 @@ */ private Integer glassType; /** - * /*鍘氬害 + * 鑶滅郴 */ - private Double thickness; + private String filmsId; /** * /*鐘舵�� */ @@ -62,10 +62,6 @@ * /*鎬诲眰鍙� */ private Integer totalLayer; - /** - * /*灞傚彿 - */ - private Integer layer; /** * /*鍒涘缓鏃堕棿 */ -- Gitblit v1.8.0