From 3045d2e0ff01c40d836ae3b64ff15e71563e4ab4 Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期四, 07 十二月 2023 08:30:22 +0800
Subject: [PATCH] 添加根据用户权限控制主界面功能

---
 springboot-vue3/src/main/java/com/example/springboot/entity/StorageTask.java |   18 +++++++++++++-----
 1 files changed, 13 insertions(+), 5 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 1fbb577..e1bd6bf 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
@@ -1,11 +1,12 @@
 package com.example.springboot.entity;
-
+//鍑虹墖浠诲姟琛�
 public class StorageTask{
-    private Integer id;
-    private String taskType;
+    private Integer id;//鑷簭
+    private String taskType;//绫诲瀷
+    private String glassId;//鐜荤拑id
     private String cataskStatege;
-    private String shelfRack;
-    private String loadrack;
+    private String shelfRack;//璧峰浣�
+    private String loadrack;//鐩爣浣�
     
 
     public Integer id() {
@@ -25,6 +26,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() {
         return cataskStatege;

--
Gitblit v1.8.0