xiangpei
2025-03-21 49afbb309657585aa82095bf3b7dfc14b1265ac6
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;
}