From cfc2855d2fe063e26947bad7277a1091efbb3bbb Mon Sep 17 00:00:00 2001
From: wu <731351411@qq.com>
Date: 星期四, 28 十一月 2024 02:16:21 +0800
Subject: [PATCH] 协议地址更新,手动页面更新

---
 springboot-vue3/src/main/java/com/example/springboot/entity/StorageTask.java |    7 ++++---
 1 files changed, 4 insertions(+), 3 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 c4f12d1..d94a070 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
@@ -12,8 +12,9 @@
     private String loadrack;//鐩爣浣�
     private Integer count;//鐜荤拑鏁伴噺
     private Integer glasstype;//鐜荤拑绫诲瀷
-    private Integer flowcard;//娴佺▼鍗�
+    private String flowcard;//娴佺▼鍗�
     private Integer mateid;//閰嶇墖id
+    
     private Integer tier;//鐗囧簭
 
 	private StorageCage storageCage;
@@ -88,11 +89,11 @@
     public void setGlasstype(Integer glasstype) {
         this.glasstype = glasstype;
     } 
-    public Integer getFlowcard() {
+    public String getFlowcard() {
         return flowcard;
     }
  
-    public void setFlowcard(Integer flowcard) {
+    public void setFlowcard(String flowcard) {
         this.flowcard = flowcard;
     } public Integer getMateid() {
         return mateid;

--
Gitblit v1.8.0