From ad6a05f2535c1f29a764f352d8ca666cae1b97d1 Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期六, 22 二月 2025 17:06:28 +0800 Subject: [PATCH] Merge branch 'master' of http://42.193.1.25:9521/r/project_management-java --- 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..a6c19a4 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 Long projectId; + + /** + * 娴佺▼瀹炰緥id + */ + private String processInsId; + } -- Gitblit v1.8.0