zxl
2025-04-02 01c29b4b6cfb1a3223cf9e322f33ead42093e77c
flowable/src/main/java/com/ycl/domain/query/ProcessLogQuery.java
@@ -30,9 +30,28 @@
    private String taskId;
    /**
     * 任务定义key
     */
    private String taskDefKey;
    /**
     * 流程实例id
     */
    private String processInsId;
    /**
     * 逻辑删除
     */
    private Integer deleted = 0;
    /**
     * 查谁的
     */
    private Long userId;
    /**
     * 查哪种类型的日志
     */
    private List<String> eventTypeList;
}