zxl
2025-03-24 f8ce7aa161ef2ef316357ead8208bc60de938ead
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;
}