From 80662b34fe93b4ede00c7fc03fbd9f01355c94e2 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期一, 07 四月 2025 13:52:17 +0800
Subject: [PATCH] 修改任务接口
---
flowable/src/main/java/com/ycl/domain/query/ProcessLogQuery.java | 35 +++++++++++++++++++++++++++++++++++
1 files changed, 35 insertions(+), 0 deletions(-)
diff --git a/flowable/src/main/java/com/ycl/domain/query/ProcessLogQuery.java b/flowable/src/main/java/com/ycl/domain/query/ProcessLogQuery.java
index 12efd3d..7a295a4 100644
--- a/flowable/src/main/java/com/ycl/domain/query/ProcessLogQuery.java
+++ b/flowable/src/main/java/com/ycl/domain/query/ProcessLogQuery.java
@@ -18,5 +18,40 @@
@Data
@ApiModel(value = "FlowLog鏌ヨ鍙傛暟", description = "娴佺▼鏃ュ織鏌ヨ鍙傛暟")
public class ProcessLogQuery extends AbsQuery {
+
+ /**
+ * 椤圭洰id
+ */
+ private String projectId;
+
+ /**
+ * 浠诲姟id
+ */
+ private String taskId;
+
+ /**
+ * 浠诲姟瀹氫箟key
+ */
+ private String taskDefKey;
+
+ /**
+ * 娴佺▼瀹炰緥id
+ */
+ private String processInsId;
+
+ /**
+ * 閫昏緫鍒犻櫎
+ */
+ private Integer deleted = 0;
+
+ /**
+ * 鏌ヨ皝鐨�
+ */
+ private Long userId;
+
+ /**
+ * 鏌ュ摢绉嶇被鍨嬬殑鏃ュ織
+ */
+ private List<String> eventTypeList;
}
--
Gitblit v1.8.0