From 431e937773ca692190e94b326bd4c4201154f661 Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期三, 23 十月 2024 08:58:53 +0800
Subject: [PATCH] 1、解决请求入库失败后,状态恢复问题

---
 hangzhoumesParent/moduleService/GlassStorageModule/src/main/java/com/mes/rawglassstation/entity/RawGlassStorageStation.java |   21 ++++++---------------
 1 files changed, 6 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..cb0484e 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,24 @@
 
     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 Integer shelf;
     /**
      * 鍚敤鏍囪
      */
     private String enableState;
-
-    /**
-     * 寮�濮嬪伐浣�
-     */
-    private Integer startSlot;
-
-    /**
-     * 鐩爣宸ヤ綅
-     */
-    private Integer endSlot;
 
 
 }

--
Gitblit v1.8.0