From ecebc432dc3817072501e5a6bd81e470e6885b28 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期二, 04 三月 2025 09:54:50 +0800
Subject: [PATCH] 流程日志bug

---
 flowable/src/main/java/com/ycl/domain/query/ProcessLogQuery.java |   11 +++++++++++
 1 files changed, 11 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..28b15d9 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,16 @@
 @Data
 @ApiModel(value = "FlowLog鏌ヨ鍙傛暟", description = "娴佺▼鏃ュ織鏌ヨ鍙傛暟")
 public class ProcessLogQuery extends AbsQuery {
+
+    /**
+     * 椤圭洰id
+     */
+    private String projectId;
+
+    /**
+     * 娴佺▼瀹炰緥id
+     */
+    private String processInsId;
+
 }
 

--
Gitblit v1.8.0