From a5ba96bea69ffca37f985c9503c654bf79cf9ef8 Mon Sep 17 00:00:00 2001 From: ZengTao <2773468879@qq.com> Date: 星期四, 30 十一月 2023 16:57:37 +0800 Subject: [PATCH] 完善主界面,添加笼子表分页与根据玻璃id查询 --- springboot-vue3/src/main/java/com/example/springboot/entity/Out_slice.java | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/springboot-vue3/src/main/java/com/example/springboot/entity/Out_slice.java b/springboot-vue3/src/main/java/com/example/springboot/entity/Out_slice.java index 6b13c63..47dd22f 100644 --- a/springboot-vue3/src/main/java/com/example/springboot/entity/Out_slice.java +++ b/springboot-vue3/src/main/java/com/example/springboot/entity/Out_slice.java @@ -8,6 +8,7 @@ private double glassheight; private int state; private String time; + private int sequence; private north_glass_buffer1 north_glass_buffer1s; @@ -98,4 +99,11 @@ this.time = time; } + public int getSequence() { + return sequence; + } + + public void setSequence(int sequence) { + this.sequence = sequence; + } } -- Gitblit v1.8.0