From c3204d686fbf8a64dd7fa4dcbb48c0a075df06e0 Mon Sep 17 00:00:00 2001
From: wuyouming666 <2265557248@qq.com>
Date: 星期二, 05 十二月 2023 08:06:19 +0800
Subject: [PATCH] 更新电气管理界面

---
 springboot-vue3/src/main/java/com/example/springboot/entity/StorageCage.java |   80 +++++++++++++++++++++------------------
 1 files changed, 43 insertions(+), 37 deletions(-)

diff --git a/springboot-vue3/src/main/java/com/example/springboot/entity/StorageCage.java b/springboot-vue3/src/main/java/com/example/springboot/entity/StorageCage.java
index 30e8ff6..c1ff53e 100644
--- a/springboot-vue3/src/main/java/com/example/springboot/entity/StorageCage.java
+++ b/springboot-vue3/src/main/java/com/example/springboot/entity/StorageCage.java
@@ -1,30 +1,29 @@
 package com.example.springboot.entity;
 
-
-
 public class StorageCage {
-    private Integer id;
-    private Integer prcId;
-    private String glassId;
-    private Integer cage;
-    private Integer cell;
-    private Double width;
-    private Double glasswidth;
-    private Double glassheight;
-    private String state;
-    private Integer tier;
-    private String orderId;
-    private Integer disabled;
-    private String lengthWidth;
-    private String listno;
-    private String boxno;
+    private Integer id; //鑷簭id
+    private Integer prcId;//plcid
+    private String glassId;//鐜荤拑id
+    private Integer cage;//绗煎瓙鍙�
+    private Integer cell;//鏍煎瓙鍙�
+    private Double width;//鏍煎瓙瀹�
+    private Double glasswidth;//鐜荤拑瀹�
+    private Double glassheight;//鐜荤拑楂�
+    private Double glasswidthmm;//鑻卞鐜荤拑瀹�
+    private Double glassheightmm;//鑻卞鐜荤拑楂�
+    private String state;//鐘舵��
+    private Integer tier;//鍐呭鐗�
+    private String orderId;//璁㈠崟id
+    private Integer disabled;//鍋滅敤
+    private String listId;//闆嗗悎id
+    private String boxId;//绠卞瓙id
 
     private north_glass_buffer1 north_glass_buffer1s;
 
     public void setnorth_glass_buffer1s(north_glass_buffer1 north_glass_buffer1s) {
         this.north_glass_buffer1s = north_glass_buffer1s;
     }
-    
+
     public north_glass_buffer1 getnorth_glass_buffer1s() {
         return north_glass_buffer1s;
     }
@@ -34,7 +33,7 @@
     public void setout_slice(Out_slice outSlice) {
         this.outSlice = outSlice;
     }
-    
+
     public Out_slice getout_slice() {
         return outSlice;
     }
@@ -50,6 +49,7 @@
     public Integer getId() {
         return id;
     }
+
     public Integer getPrcId() {
         return prcId;
     }
@@ -57,7 +57,6 @@
     public void setPrcId(Integer prcId) {
         this.prcId = prcId;
     }
-
 
     public String getGlassId() {
         return glassId;
@@ -131,6 +130,22 @@
         this.glassheight = glassheight;
     }
 
+    public Double getGlassWidthMm() {
+        return glasswidthmm;
+    }
+
+    public void setGlassWidthMm(Double glasswidthmm) {
+        this.glasswidthmm = glasswidthmm;
+    }
+
+    public Double getGlassHeightMm() {
+        return glassheightmm;
+    }
+
+    public void setGlassHeightMm(Double glassheightmm) {
+        this.glassheightmm = glassheightmm;
+    }
+
     public Integer getDisabled() {
         return disabled;
     }
@@ -139,29 +154,20 @@
         this.disabled = disabled;
     }
 
-    public String getLengthWidth() {
-        return lengthWidth;
+    public String getListId() {
+        return listId;
     }
 
-    public void setLengthWidth(String lengthWidth) {
-        this.lengthWidth = lengthWidth;
+    public void setListno(String listId) {
+        this.listId = listId;
     }
 
-    public String getListno() {
-        return listno;
+    public String getBoxId() {
+        return boxId;
     }
 
-    public void setListno(String listno) {
-        this.listno = listno;
+    public void setBoxno(String boxId) {
+        this.boxId = boxId;
     }
 
-    public String getBoxno() {
-        return boxno;
-    }
-
-    public void setBoxno(String boxno) {
-        this.boxno = boxno;
-    }
-
-    
 }

--
Gitblit v1.8.0