From 0e7fdc664a6af076c32ed0178f14dc4ca3799c6a Mon Sep 17 00:00:00 2001
From: chen.lin <1442464845@qq.com>
Date: 星期一, 02 二月 2026 17:47:37 +0800
Subject: [PATCH] 任务管理页面,目标站点名称错误
---
rsf-server/src/main/java/com/vincent/rsf/server/system/entity/FlowStepInstance.java | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/rsf-server/src/main/java/com/vincent/rsf/server/system/entity/FlowStepInstance.java b/rsf-server/src/main/java/com/vincent/rsf/server/system/entity/FlowStepInstance.java
index 7167dc9..489e71b 100644
--- a/rsf-server/src/main/java/com/vincent/rsf/server/system/entity/FlowStepInstance.java
+++ b/rsf-server/src/main/java/com/vincent/rsf/server/system/entity/FlowStepInstance.java
@@ -152,6 +152,12 @@
@ApiModelProperty(value= "wms褰撳墠浠诲姟绫诲瀷ID")
private Integer wmsNowTaskStatus;
+ /**
+ * 浠诲姟鍙�
+ */
+ @ApiModelProperty(value= "浠诲姟鍙�")
+ private String taskNo;
+
public FlowStepInstance() {}
public FlowStepInstance(FlowStepTemplate flowStepTemplate) {
this.stepTemplateId = flowStepTemplate.getId();
--
Gitblit v1.9.1