From 9a942fabdc8afdc9610425641739d5b97cbcb79a Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期日, 24 三月 2024 10:01:18 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/Albania_Mes
---
springboot-vue3/src/main/java/com/example/springboot/entity/StorageTask.java | 6 +++---
1 files changed, 3 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..15d5259 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,7 +12,7 @@
private String loadrack;//鐩爣浣�
private Integer count;//鐜荤拑鏁伴噺
private Integer glasstype;//鐜荤拑绫诲瀷
- private Integer flowcard;//娴佺▼鍗�
+ private String flowcard;//娴佺▼鍗�
private Integer mateid;//閰嶇墖id
private Integer tier;//鐗囧簭
@@ -88,11 +88,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