From 4644a64be87033d1569e43cc672ed9c777eae43b Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期二, 18 二月 2025 14:49:17 +0800
Subject: [PATCH] 添加架子复位接口与定时任务

---
 hangzhoumesParent/common/servicebase/src/main/java/com/mes/temperingglass/entity/TemperingGlassInfo.java |   36 ++++++++----------------------------
 1 files changed, 8 insertions(+), 28 deletions(-)

diff --git a/hangzhoumesParent/common/servicebase/src/main/java/com/mes/temperingglass/entity/TemperingGlassInfo.java b/hangzhoumesParent/common/servicebase/src/main/java/com/mes/temperingglass/entity/TemperingGlassInfo.java
index d3d7b75..7a5431d 100644
--- a/hangzhoumesParent/common/servicebase/src/main/java/com/mes/temperingglass/entity/TemperingGlassInfo.java
+++ b/hangzhoumesParent/common/servicebase/src/main/java/com/mes/temperingglass/entity/TemperingGlassInfo.java
@@ -1,6 +1,8 @@
 package com.mes.temperingglass.entity;
+
 import com.baomidou.mybatisplus.annotation.IdType;
 import com.baomidou.mybatisplus.annotation.TableId;
+import com.baomidou.mybatisplus.annotation.TableLogic;
 import com.mes.base.entity.BigStorageCageBaseInfo;
 import io.swagger.annotations.ApiModel;
 import io.swagger.annotations.ApiModelProperty;
@@ -44,22 +46,10 @@
     private Integer glassType;
 
     /**
-     * 楂�
-     */
-    @ApiModelProperty(value = "楂�", position = 7)
-    private double height;
-
-    /**
      * 鍘氬害
      */
     @ApiModelProperty(value = "鍘氬害", position = 8)
     private double thickness;
-
-    /**
-     * 鑶滅郴
-     */
-    @ApiModelProperty(value = "鑶滅郴", position = 9)
-    private String filmsid;
 
     /**
      * 閽㈠寲鏄惁鎺ュ彈妯斁
@@ -68,17 +58,10 @@
     private Integer ishorizontal;
 
     /**
-     * 閽㈠寲鐗堝浘id
+     * 鏃嬭浆瑙掑害锛堥�嗘椂閽堬級
      */
-    @ApiModelProperty(value = "閽㈠寲鐗堝浘id", position = 11)
-    private Integer temperingLayoutId;
-
-    /**
-     * 閽㈠寲鐗堝浘鐗囧簭
-     */
-    @ApiModelProperty(value = "閽㈠寲鐗堝浘鐗囧簭", position = 12)
-    private Integer temperingFeedSequence;
-
+    @ApiModelProperty(value = "鏃嬭浆瑙掑害锛堥�嗘椂閽堬級", position = 15)
+    private Integer angle;
     /**
      * x鍧愭爣
      */
@@ -92,15 +75,12 @@
     private Integer yCoordinate;
 
     /**
-     * 鏃嬭浆瑙掑害锛堥�嗘椂閽堬級
-     */
-    @ApiModelProperty(value = "鏃嬭浆瑙掑害锛堥�嗘椂閽堬級", position = 15)
-    private Integer angle;
-
-    /**
      * 鐘舵��
      */
     @ApiModelProperty(value = "鐘舵��", position = 16)
     private Integer state;
 
+
+    @TableLogic
+    private int deleted;
 }

--
Gitblit v1.8.0