From eae89f75a208938dba8787a73f68a8ae2e44e165 Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期一, 23 十二月 2024 10:20:37 +0800
Subject: [PATCH] 1、指定钢化工程接口

---
 hangzhoumesParent/moduleService/CacheVerticalGlassModule/src/main/java/com/mes/bigstorage/entity/BigStorageCageDetails.java |   61 ++++++++++++------------------
 1 files changed, 25 insertions(+), 36 deletions(-)

diff --git a/hangzhoumesParent/moduleService/CacheVerticalGlassModule/src/main/java/com/mes/bigstorage/entity/BigStorageCageDetails.java b/hangzhoumesParent/moduleService/CacheVerticalGlassModule/src/main/java/com/mes/bigstorage/entity/BigStorageCageDetails.java
index 490bbbf..da3d47e 100644
--- a/hangzhoumesParent/moduleService/CacheVerticalGlassModule/src/main/java/com/mes/bigstorage/entity/BigStorageCageDetails.java
+++ b/hangzhoumesParent/moduleService/CacheVerticalGlassModule/src/main/java/com/mes/bigstorage/entity/BigStorageCageDetails.java
@@ -3,6 +3,7 @@
 import com.baomidou.mybatisplus.annotation.IdType;
 import com.baomidou.mybatisplus.annotation.TableField;
 import com.baomidou.mybatisplus.annotation.TableId;
+import com.mes.base.entity.BigStorageCageBaseInfo;
 import com.mes.bigstoragetask.entity.BigStorageCageFeedTask;
 import com.mes.bigstoragetask.entity.BigStorageCageOutTask;
 import io.swagger.annotations.Api;
@@ -11,6 +12,7 @@
 import lombok.EqualsAndHashCode;
 
 import java.io.Serializable;
+import java.util.Date;
 
 /**
  * <p>
@@ -23,15 +25,15 @@
 @Api(description = "澶х悊鐗囩璇︽儏")
 @Data
 @EqualsAndHashCode(callSuper = false)
-public class BigStorageCageDetails implements Serializable {
+public class BigStorageCageDetails extends BigStorageCageBaseInfo implements Serializable {
 
     private static final long serialVersionUID = 1L;
 
     /**
      * 澶х悊鐗囩璇︽儏琛╥d
      */
-      @ApiModelProperty(value = "澶х悊鐗囩璇︽儏琛╥d", position = 2)
-      @TableId(value = "id", type = IdType.AUTO)
+    @ApiModelProperty(value = "澶х悊鐗囩璇︽儏琛╥d", position = 2)
+    @TableId(value = "id", type = IdType.AUTO)
     private Long id;
 
     /**
@@ -40,17 +42,6 @@
     @ApiModelProperty(value = "璁惧id", position = 3)
     private Integer deviceId;
 
-    /**
-     * 鏍呮牸鍙�
-     */
-    @ApiModelProperty(value = "鏍呮牸鍙�", position = 4)
-    private Integer slot;
-
-    /**
-     * 鐜荤拑id
-     */
-    @ApiModelProperty(value = "鐜荤拑id", position = 5)
-    private String glassId;
 
     /**
      * 灏忕墖鍦ㄦ牸鍐呯殑椤哄簭
@@ -70,35 +61,24 @@
     @ApiModelProperty(value = "鐜荤拑绫诲瀷", position = 8)
     private Integer glassType;
 
-    /**
-     * 瀹�
-     */
-    @ApiModelProperty(value = "瀹�", position = 9)
-    private Double width;
-
-    /**
-     * 楂�
-     */
-    @ApiModelProperty(value = "楂�", position = 10)
-    private Double height;
 
     /**
      * 鍘氬害
      */
     @ApiModelProperty(value = "鍘氬害", position = 11)
-    private Double thickness;
+    private double thickness;
 
     /**
-     * 閽㈠寲鐗堝浘id
+     * x鍧愭爣
      */
-    @ApiModelProperty(value = "閽㈠寲鐗堝浘id", position = 12)
-    private Integer temperingLayoutId;
+    @ApiModelProperty(value = "x鍧愭爣", position = 13)
+    private Integer xCoordinate;
 
     /**
-     * 閽㈠寲鐗堝浘鐗囧簭
+     * y鍧愭爣
      */
-    @ApiModelProperty(value = "閽㈠寲鐗堝浘鐗囧簭", position = 13)
-    private Integer temperingFeedSequence;
+    @ApiModelProperty(value = "y鍧愭爣", position = 14)
+    private Integer yCoordinate;
 
     /**
      * 鐘舵��
@@ -115,20 +95,29 @@
     /**
      * 宸ョ▼鍙�
      */
-    @ApiModelProperty(value = "宸ョ▼鍙�")
-    private String engineerId;
+    @ApiModelProperty(value = "灞�", position = 17)
+    private int layer;
+
+    /**
+     * 鍒涘缓鏃堕棿
+     */
+    private Date createTime;
+    /**
+     * 鏇存柊鏃堕棿
+     */
+    private Date updateTime;
 
     /**
      * 杩涚墖浠诲姟
      */
-    @ApiModelProperty(value = "杩涚墖浠诲姟", position = 16)
+    @ApiModelProperty(value = "杩涚墖浠诲姟", position = 18)
     @TableField(exist = false)
     private BigStorageCageFeedTask bigStorageCageFeedTask;
 
     /**
      * 鍑虹墖浠诲姟
      */
-    @ApiModelProperty(value = "鍑虹墖浠诲姟", position = 17)
+    @ApiModelProperty(value = "鍑虹墖浠诲姟", position = 19)
     @TableField(exist = false)
     private BigStorageCageOutTask bigStorageCageOutTask;
 

--
Gitblit v1.8.0