From e7eaa7bb402aae3bb88d9219e50f0e1179f3257f Mon Sep 17 00:00:00 2001
From: wuyouming666 <2265557248@qq.com>
Date: 星期二, 26 十二月 2023 09:28:52 +0800
Subject: [PATCH] layout 布局页增加A01 A02终止继续后选择 弹框

---
 springboot-vue3/src/main/java/com/example/springboot/entity/StorageTask.java |   28 ++++++++++++++++++++++------
 1 files changed, 22 insertions(+), 6 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..76883ce 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,13 @@
 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;//鐩爣浣�
+    private Integer count;//鐜荤拑鏁伴噺
     
 
     public Integer id() {
@@ -17,7 +19,14 @@
     public Integer getId() {
         return id;
     }
-
+    public Integer getCount() {
+        return count;
+    }
+ 
+    public void setCount(Integer count) {
+        this.count = count;
+    }
+ 
     public String getTaskType() {
         return taskType;
     }
@@ -25,6 +34,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