From df856570b237ad66ce8c5383211acd58b6d49fda Mon Sep 17 00:00:00 2001
From: wu <731351411@qq.com>
Date: 星期四, 11 一月 2024 14:12:06 +0800
Subject: [PATCH] 更改理片优先逻辑
---
springboot-vue3/src/main/java/com/example/springboot/entity/StorageTask.java | 31 ++++++++++++++++++++++++-------
1 files changed, 24 insertions(+), 7 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..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,14 @@
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() {
return id;
@@ -16,13 +19,27 @@
public Integer getId() {
return id;
}
-
+ public Integer getCount() {
+ return count;
+ }
+
+ public void setCount(Integer count) {
+ this.count = count;
+ }
+
public String getTaskType() {
return taskType;
}
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 +66,6 @@
this.loadrack = loadrack;
}
-
+
}
\ No newline at end of file
--
Gitblit v1.8.0