From 325eae7955d25e716684a3ae15e9aeed7951259a Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期五, 21 三月 2025 11:04:04 +0800
Subject: [PATCH] 驳回删除日志、总体流程日志查询调整
---
flowable/src/main/java/com/ycl/domain/query/ProcessLogQuery.java | 25 +++++++++++++++++++++++++
1 files changed, 25 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..cc071bb 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,30 @@
@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;
}
--
Gitblit v1.8.0