From bd1709073c25581232fc95089c9b6e0046e9ee22 Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期日, 20 十月 2024 21:06:51 +0800
Subject: [PATCH] 原片仓储任务改造

---
 hangzhoumesParent/moduleService/GlassStorageModule/src/main/java/com/mes/rawglassstation/entity/RawGlassStorageStation.java |   17 ++---------------
 1 files changed, 2 insertions(+), 15 deletions(-)

diff --git a/hangzhoumesParent/moduleService/GlassStorageModule/src/main/java/com/mes/rawglassstation/entity/RawGlassStorageStation.java b/hangzhoumesParent/moduleService/GlassStorageModule/src/main/java/com/mes/rawglassstation/entity/RawGlassStorageStation.java
index 8f1db02..446cdbf 100644
--- a/hangzhoumesParent/moduleService/GlassStorageModule/src/main/java/com/mes/rawglassstation/entity/RawGlassStorageStation.java
+++ b/hangzhoumesParent/moduleService/GlassStorageModule/src/main/java/com/mes/rawglassstation/entity/RawGlassStorageStation.java
@@ -17,33 +17,20 @@
 
     private static final long serialVersionUID = 1L;
 
-  @TableId(value = "id", type = IdType.AUTO)
-  private Long id;
-
+    @TableId(value = "id", type = IdType.AUTO)
+    private Long id;
     /**
      * 璁惧id
      */
     private Integer deviceId;
-
     /**
      * 鏍呮牸鍙�
      */
     private Integer slot;
-
     /**
      * 鍚敤鏍囪
      */
     private String enableState;
-
-    /**
-     * 寮�濮嬪伐浣�
-     */
-    private Integer startSlot;
-
-    /**
-     * 鐩爣宸ヤ綅
-     */
-    private Integer endSlot;
 
 
 }

--
Gitblit v1.8.0