From 6e0edaa242436c8402e43608b39fbcc406ba786d Mon Sep 17 00:00:00 2001
From: wu <731351411@qq.com>
Date: 星期四, 07 三月 2024 09:36:07 +0800
Subject: [PATCH] 更新代码

---
 springboot-vue3/src/main/java/com/example/springboot/entity/StorageCage.java |   10 +++++-----
 1 files changed, 5 insertions(+), 5 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 61a0b59..7e637be 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
@@ -17,7 +17,7 @@
     private Integer disabled;//鍋滅敤
     private String listId;//闆嗗悎id
     private String boxId;//绠卞瓙id
-    private String FrameBarcode;//閾濇id;
+    private String glasstype;//绫诲瀷id;
 
     private north_glass_buffer1 north_glass_buffer1s;
 
@@ -171,12 +171,12 @@
         this.boxId = boxId;
     }
     
-    public String getFrameBarcode() {
-        return FrameBarcode;
+    public String getGlasstype() {
+        return glasstype;
     }
 
-    public void setFrameBarcode(String FrameBarcode) {
-        this.FrameBarcode = FrameBarcode;
+    public void setGlasstype(String glasstype) {
+        this.glasstype = glasstype;
     }
 
 }

--
Gitblit v1.8.0