From fa6bebf3478bbea5c570851de91acf40fc40bbc4 Mon Sep 17 00:00:00 2001 From: wu <731351411@qq.com> Date: 星期二, 12 十一月 2024 18:13:45 +0800 Subject: [PATCH] 增加指定格子出片 --- springboot-vue3/src/main/java/com/example/springboot/entity/Queue.java | 20 ++++++++++++++------ 1 files changed, 14 insertions(+), 6 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..ac3b5bb 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,10 +10,10 @@ private double glassheight;//鐜荤拑楂� private double glasswidthmm;//鐜荤拑瀹借嫳鍒� private double glassheightmm;//鐜荤拑楂樿嫳鍒� - private int type;//绫诲瀷 + private int glasstype;//绫诲瀷 private int state;//鐘舵�� private String time;//淇敼鏃堕棿 - + private int mateid;//閰嶇墖id public int getid() { return id; } @@ -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() { @@ -110,4 +110,12 @@ this.time = time; } + public int getmateid() { + return mateid; + } + + public void setmateid(int mateid) { + this.mateid = mateid; + } + } -- Gitblit v1.8.0