From 0258088b4e7751431080a1b47e7bc2af18031bbf Mon Sep 17 00:00:00 2001 From: ZengTao <2773468879@qq.com> Date: 星期一, 04 十二月 2023 08:59:01 +0800 Subject: [PATCH] 更新主界面功能 --- springboot-vue3/src/main/java/com/example/springboot/entity/StorageTask.java | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/springboot-vue3/src/main/java/com/example/springboot/entity/StorageTask.java b/springboot-vue3/src/main/java/com/example/springboot/entity/StorageTask.java index ec9a836..a1de33a 100644 --- a/springboot-vue3/src/main/java/com/example/springboot/entity/StorageTask.java +++ b/springboot-vue3/src/main/java/com/example/springboot/entity/StorageTask.java @@ -3,9 +3,11 @@ public class StorageTask{ private Integer id; private String taskType; + private String glassId; private String cataskStatege; private String shelfRack; private String loadrack; + public Integer id() { return id; @@ -23,6 +25,13 @@ public void setTaskType(String taskType) { this.taskType = taskType; + } + public String getGlassId() { + return glassId; + } + + public void setGlassId(String glassId) { + this.glassId = glassId; } public String getCataskStatege() { @@ -49,6 +58,6 @@ this.loadrack = loadrack; } - + } \ No newline at end of file -- Gitblit v1.8.0