From ee84c191faa2c235703eaa8cdc765729bed71a4f Mon Sep 17 00:00:00 2001
From: clll <1320612696@qq.com>
Date: 星期三, 06 九月 2023 17:37:46 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.150:10101/r/CanadaMes

---
 springboot-vue3/src/main/java/com/example/springboot/entity/StorageCage.java |   48 ++++++++++++++++++++++++++++++------------------
 1 files changed, 30 insertions(+), 18 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 4a05577..1a394d7 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
@@ -9,15 +9,19 @@
     private Double glasswidth;
     private Double glassheight;
     private String state;
-    private Integer tier;  
+    private Integer tier;
     private String orderId;
+    private String coating;
+    private String lengthwidth;
 
     public Integer id() {
         return id;
     }
+
     public void setId(Integer id) {
         this.id = id;
     }
+
     public Integer getId() {
         return id;
     }
@@ -29,14 +33,15 @@
     public void setGlassId(String glassId) {
         this.glassId = glassId;
     }
-     public String getOrderId() {
+
+    public String getOrderId() {
         return orderId;
     }
 
     public void setOrderId(String orderId) {
         this.orderId = orderId;
     }
-    
+
     public Integer getCage() {
         return cage;
     }
@@ -53,16 +58,6 @@
         return cell;
     }
 
-    
-
-    // public String getHeighth() {
-    //     return height;
-    // }
-
-    // public void setHeight(String height) {
-    //     this.height = height;
-    // }
-
     public Double getWidth() {
         return width;
     }
@@ -71,7 +66,7 @@
         this.width = width;
     }
 
-     public String getState() {
+    public String getState() {
         return state;
     }
 
@@ -79,26 +74,43 @@
         this.state = state;
     }
 
-      public Integer getTier() {
+    public Integer getTier() {
         return tier;
     }
 
     public void setTier(Integer tier) {
         this.tier = tier;
     }
-     public Double getGlassWidth() {
+
+    public Double getGlassWidth() {
         return glasswidth;
     }
 
     public void setGlassWidth(Double glasswidth) {
         this.glasswidth = glasswidth;
     }
+
     public Double getGlassHeight() {
         return glassheight;
     }
-  
+
     public void setGlassHeight(Double glassheight) {
         this.glassheight = glassheight;
     }
-  
+
+    public String getCoating() {
+        return coating;
+    }
+
+    public void setCoating(String coating) {
+        this.coating = coating;
+    }
+
+    public String getLengthWidth() {
+        return lengthwidth;
+    }
+
+    public void setLengthWidth(String lengthwidth) {
+        this.lengthwidth = lengthwidth;
+    }
 }

--
Gitblit v1.8.0