From 2d92826d942cd4c06e1f415d4a3896b99ec65e2b Mon Sep 17 00:00:00 2001
From: wu <731351411@qq.com>
Date: 星期四, 07 十一月 2024 19:32:00 +0800
Subject: [PATCH] 更改配片逻辑
---
springboot-vue3/src/main/java/com/example/springboot/entity/Queue.java | 10 +++++++++-
1 files changed, 9 insertions(+), 1 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 65b274c..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
@@ -13,7 +13,7 @@
private int glasstype;//绫诲瀷
private int state;//鐘舵��
private String time;//淇敼鏃堕棿
-
+ private int mateid;//閰嶇墖id
public int getid() {
return id;
}
@@ -110,4 +110,12 @@
this.time = time;
}
+ public int getmateid() {
+ return mateid;
+ }
+
+ public void setmateid(int mateid) {
+ this.mateid = mateid;
+ }
+
}
--
Gitblit v1.8.0