From a3048fa6fa72fa3cc5da2c43c59bd000e00c9599 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期四, 18 九月 2025 23:13:32 +0800
Subject: [PATCH] 工控网分析程序状态问题修复

---
 blade-service/blade-mdm/src/main/java/org/springblade/mdm/flow/vo/FlowVO.java |   70 ++++++++++++++++------------------
 1 files changed, 33 insertions(+), 37 deletions(-)

diff --git a/blade-service/blade-mdm/src/main/java/org/springblade/mdm/flow/vo/FlowVO.java b/blade-service/blade-mdm/src/main/java/org/springblade/mdm/flow/vo/FlowVO.java
index 3de7500..a03f7cd 100644
--- a/blade-service/blade-mdm/src/main/java/org/springblade/mdm/flow/vo/FlowVO.java
+++ b/blade-service/blade-mdm/src/main/java/org/springblade/mdm/flow/vo/FlowVO.java
@@ -51,68 +51,57 @@
 	/**
 	 * 浠诲姟鍚嶇О
 	 */
+	@Schema(description = "浠诲姟鍚嶇О/褰撳墠鑺傜偣鍚嶇О")
 	private String taskName;
-	/**
-	 * 浠诲姟瀹氫箟Key
-	 */
+
+	@Schema(description = "浠诲姟瀹氫箟Key")
 	private String taskDefinitionKey;
-	/**
-	 * 浠诲姟鎵ц浜虹紪鍙�
-	 */
+
+	@Schema(description = "浠诲姟鎵ц浜虹紪鍙�")
 	private String assignee;
-	/**
-	 * 浠诲姟鎵ц浜哄悕绉�
-	 */
+
+	@Schema(description = "浠诲姟鎵ц浜哄悕绉�")
 	private String assigneeName;
-	/**
-	 * 娴佺▼鍒嗙被
-	 */
+
+	@Schema(description = "娴佺▼鍒嗙被")
 	private String category;
-	/**
-	 * 娴佺▼鍒嗙被鍚�
-	 */
+
+	@Schema(description = "娴佺▼鍒嗙被鍚�")
 	private String categoryName;
 	/**
 	 * 鍒涘缓鏃堕棿
 	 */
-	@Schema(description = "浠诲姟鍒涘缓鏃堕棿")
+	@Schema(description = "褰撳墠鑺傜偣/浠诲姟鍒涘缓鏃堕棿")
 	private Date createTime;
-	/**
-	 * 缁撴潫鏃堕棿
-	 */
+
+	@Schema(description = "缁撴潫鏃堕棿")
 	private Date endTime;
 
 	@Schema(description = "娴佺▼鍒涘缓鏃堕棿")
 	private Date processCreateTime;
 	@Schema(description = "娴佺▼鍚姩鐢ㄦ埛濮撳悕")
 	private String startUserName;
-	/**
-	 * 绛炬敹鏃堕棿
-	 */
+
+	@Schema(description = "绛炬敹鏃堕棿")
 	private Date claimTime;
 	/**
 	 * 鍘嗗彶浠诲姟缁撴潫鏃堕棿
 	 */
 	private Date historyTaskEndTime;
-	/**
-	 * 鎵цID
-	 */
+
+	@Schema(description = "鎵цID")
 	private String executionId;
-	/**
-	 * 娴佺▼瀹炰緥ID
-	 */
+
+	@Schema(description = "娴佺▼瀹炰緥ID")
 	private String processInstanceId;
-	/**
-	 * 娴佺▼ID
-	 */
+
+	@Schema(description = "娴佺▼ID")
 	private String processDefinitionId;
-	/**
-	 * 娴佺▼鏍囪瘑
-	 */
+
+	@Schema(description = "娴佺▼鏍囪瘑")
 	private String processDefinitionKey;
-	/**
-	 * 娴佺▼鍚�
-	 */
+
+	@Schema(description = "娴佺▼鍚�")
 	private String processDefinitionName;
 	/**
 	 * 娴佺▼鐗堟湰
@@ -162,6 +151,9 @@
 	 * 浠诲姟鐘舵��
 	 */
 	private String status;
+
+	@Schema(description = "鏂囦欢(鏁版帶绋嬪簭鏂囦欢)")
+	private String file;
 	/**
 	 * 浠诲姟鎰忚
 	 */
@@ -175,6 +167,10 @@
 	 */
 	private String flag;
 	/**
+	 * 鏄惁閫氳繃浠e彿
+	 */
+	private String currentTaskKeys;
+	/**
 	 * 寮�濮嬫煡璇㈡棩鏈�
 	 */
 	private Date beginDate;

--
Gitblit v1.9.3