From 536ba9c36bc53201cfbafb7a1063f119a2ee3a1d Mon Sep 17 00:00:00 2001 From: ZengTao <2773468879@qq.com> Date: 星期四, 30 十一月 2023 09:40:44 +0800 Subject: [PATCH] 更新主界面 --- springboot-vue3/src/main/java/com/example/springboot/entity/north_glass_buffer1.java | 4 ++-- 1 files changed, 2 insertions(+), 2 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 f689bf7..0d44f4a 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;//鐜荤拑楂榤m + private double glassheightmm; private String glassoutside;// private String glassinside;// @@ -101,7 +101,7 @@ this.glasslengthmm = glasslengthmm; } - public Double glassheightmm() { + public Double getglassheightmm() { return glassheightmm; } public void setglassheightmm(Double glassheightmm) { -- Gitblit v1.8.0