From 8dfb37b10ffb2fcb41c85b3fa266d1ef2874aebc Mon Sep 17 00:00:00 2001 From: wuyouming666 <2265557248@qq.com> Date: 星期四, 30 十一月 2023 08:53:27 +0800 Subject: [PATCH] 修改电气管理PLC通讯逻辑 --- 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 f689bf7..b491ac3 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,8 +101,8 @@ this.glasslengthmm = glasslengthmm; } - public Double glassheightmm() { - return glassheightmm; + public Double getglassheightmm() { + return glasslengthmm; } public void setglassheightmm(Double glassheightmm) { this.glassheightmm = glassheightmm; -- Gitblit v1.8.0