From 49afbb309657585aa82095bf3b7dfc14b1265ac6 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期五, 21 三月 2025 16:04:24 +0800 Subject: [PATCH] 首页消息 --- flowable/src/main/java/com/ycl/domain/query/ProcessLogQuery.java | 10 ++++++++++ 1 files changed, 10 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 cc071bb..7a295a4 100644 --- a/flowable/src/main/java/com/ycl/domain/query/ProcessLogQuery.java +++ b/flowable/src/main/java/com/ycl/domain/query/ProcessLogQuery.java @@ -43,5 +43,15 @@ * 閫昏緫鍒犻櫎 */ private Integer deleted = 0; + + /** + * 鏌ヨ皝鐨� + */ + private Long userId; + + /** + * 鏌ュ摢绉嶇被鍨嬬殑鏃ュ織 + */ + private List<String> eventTypeList; } -- Gitblit v1.8.0