From 22b020f0e528436547aea49eba5cb59b73a0a551 Mon Sep 17 00:00:00 2001 From: zxl <763096477@qq.com> Date: 星期五, 21 三月 2025 10:38:25 +0800 Subject: [PATCH] yml数据库 --- flowable/src/main/java/com/ycl/domain/query/ProcessLogQuery.java | 21 +++++++++++++++++++++ 1 files changed, 21 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..000437a 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,26 @@ @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; + } -- Gitblit v1.8.0