xiangpei
2025-03-26 1b9936ba920d65df09ab8dba79c6252568ee26e4
flowable/src/main/java/com/ycl/domain/query/ProcessLogQuery.java
@@ -39,5 +39,19 @@
     */
    private String processInsId;
    /**
     * 逻辑删除
     */
    private Integer deleted = 0;
    /**
     * 查谁的
     */
    private Long userId;
    /**
     * 查哪种类型的日志
     */
    private List<String> eventTypeList;
}