From cf00f005c1e3fa4b19caf1efd61501da0331c876 Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期二, 05 十二月 2023 08:15:37 +0800
Subject: [PATCH] 修改提示框大小
---
springboot-vue3/src/main/java/com/example/springboot/entity/north_glass_buffer1.java | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/springboot-vue3/src/main/java/com/example/springboot/entity/north_glass_buffer1.java b/springboot-vue3/src/main/java/com/example/springboot/entity/north_glass_buffer1.java
index b491ac3..3698e08 100644
--- a/springboot-vue3/src/main/java/com/example/springboot/entity/north_glass_buffer1.java
+++ b/springboot-vue3/src/main/java/com/example/springboot/entity/north_glass_buffer1.java
@@ -9,7 +9,7 @@
private double glasslength;//鐜荤拑瀹�
private double glassheight;//鐜荤拑楂�
private double glasslengthmm;//鐜荤拑瀹絤m
- private double glassheightmm;
+ private double glassheightmm;//鐜荤拑楂榤m
private String glassoutside;//
private String glassinside;//
@@ -18,7 +18,7 @@
private String slotnumber;//
private String datemodified;//
private String datecreated;//
- private String FrameBarcode;//
+ private String FrameBarcode;//閾濇id
private StorageCage storageCage;
@@ -102,7 +102,7 @@
}
public Double getglassheightmm() {
- return glasslengthmm;
+ return glassheightmm;
}
public void setglassheightmm(Double glassheightmm) {
this.glassheightmm = glassheightmm;
--
Gitblit v1.8.0