From 70f2265af5c8ec078ef2a7be65dd7229ab5f2924 Mon Sep 17 00:00:00 2001 From: ZengTao <2773468879@qq.com> Date: 星期一, 17 六月 2024 10:49:08 +0800 Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/Albania_Mes --- springboot-vue3/src/main/java/com/example/springboot/entity/Queue.java | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/springboot-vue3/src/main/java/com/example/springboot/entity/Queue.java b/springboot-vue3/src/main/java/com/example/springboot/entity/Queue.java index 08c5b72..65b274c 100644 --- a/springboot-vue3/src/main/java/com/example/springboot/entity/Queue.java +++ b/springboot-vue3/src/main/java/com/example/springboot/entity/Queue.java @@ -10,7 +10,7 @@ private double glassheight;//鐜荤拑楂� private double glasswidthmm;//鐜荤拑瀹借嫳鍒� private double glassheightmm;//鐜荤拑楂樿嫳鍒� - private int type;//绫诲瀷 + private int glasstype;//绫诲瀷 private int state;//鐘舵�� private String time;//淇敼鏃堕棿 @@ -86,12 +86,12 @@ this.glassheightmm = glassheightmm; } - public int gettype() { - return type; + public int getglasstype() { + return glasstype; } - public void settype(int type) { - this.type = type; + public void setglasstype(int glasstype) { + this.glasstype = glasstype; } public int getstate() { -- Gitblit v1.8.0