From 91db2ae52ed12aa27866af65f71d5433a5093a13 Mon Sep 17 00:00:00 2001
From: 1 <1@123>
Date: 星期二, 17 三月 2026 11:17:59 +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