From 6356c6e148c854bb60ba1cd51fafdabfa932efff Mon Sep 17 00:00:00 2001
From: wu <731351411@qq.com>
Date: 星期一, 18 三月 2024 08:29:05 +0800
Subject: [PATCH] 逻辑更新
---
springboot-vue3/src/main/java/com/example/springboot/entity/StorageTask.java | 36 ++++++++++++++++++++++++++++++++++--
1 files changed, 34 insertions(+), 2 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 76883ce..a9dacfe 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,5 +1,8 @@
package com.example.springboot.entity;
+
+
//鍑虹墖浠诲姟琛�
+
public class StorageTask{
private Integer id;//鑷簭
private String taskType;//绫诲瀷
@@ -8,7 +11,10 @@
private String shelfRack;//璧峰浣�
private String loadrack;//鐩爣浣�
private Integer count;//鐜荤拑鏁伴噺
-
+ private Integer glasstype;//鐜荤拑绫诲瀷
+ private Integer flowcard;//娴佺▼鍗�
+ private Integer mateid;//閰嶇墖id
+ private Integer tier;//鐗囧簭
public Integer id() {
return id;
@@ -66,6 +72,32 @@
this.loadrack = loadrack;
}
-
+ public Integer getGlasstype() {
+ return glasstype;
+ }
+
+ public void setGlasstype(Integer glasstype) {
+ this.glasstype = glasstype;
+ }
+ public Integer getFlowcard() {
+ return flowcard;
+ }
+
+ public void setFlowcard(Integer flowcard) {
+ this.flowcard = flowcard;
+ } public Integer getMateid() {
+ return mateid;
+ }
+
+ public void setMateid(Integer mateid) {
+ this.mateid = mateid;
+ }
+ public Integer geTier() {
+ return tier;
+ }
+
+ public void setTier(Integer tier) {
+ this.tier = tier;
+ }
}
\ No newline at end of file
--
Gitblit v1.8.0