From 2dae7a77781f4ef123a673893a9a7ffb34285f8f Mon Sep 17 00:00:00 2001
From: zhou zhou <3272660260@qq.com>
Date: 星期二, 03 二月 2026 14:34:13 +0800
Subject: [PATCH] #列浮动和路径流程页
---
rsf-server/src/main/java/com/vincent/rsf/server/system/entity/FlowStepTemplate.java | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/rsf-server/src/main/java/com/vincent/rsf/server/system/entity/FlowStepTemplate.java b/rsf-server/src/main/java/com/vincent/rsf/server/system/entity/FlowStepTemplate.java
index 85346e8..b32c200 100644
--- a/rsf-server/src/main/java/com/vincent/rsf/server/system/entity/FlowStepTemplate.java
+++ b/rsf-server/src/main/java/com/vincent/rsf/server/system/entity/FlowStepTemplate.java
@@ -134,6 +134,9 @@
@DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
private Date updateTime;
+ @ApiModelProperty(value= "wms涓嬩竴姝ヤ换鍔$姸鎬両D")
+ private Integer wmsNowTaskStatus;
+
public FlowStepTemplate() {}
public FlowStepTemplate(Long flowId,String flowCode,Integer stepOrder,String stepCode,String stepName,String stepType,String actionType,String actionConfig,String inputMapping,String outputMapping,String conditionExpression,Short skipOnFail,Short retryEnabled,String retryConfig,Integer timeoutSeconds,Long createBy,Long updateBy,Date createTime,Date updateTime) {
--
Gitblit v1.9.1