From 744cd972c118953540b19aa9f5ca97dd40e68b6d Mon Sep 17 00:00:00 2001
From: 1 <1@123>
Date: 星期二, 17 三月 2026 12:50:43 +0800
Subject: [PATCH] lsh#
---
rsf-server/src/main/java/com/vincent/rsf/server/system/entity/FlowStepInstance.java | 7 +++++++
1 files changed, 7 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..72ae5df 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();
@@ -246,3 +252,4 @@
}
}
+
--
Gitblit v1.9.1