xiangpei
2025-02-13 efb5f90cef151c35a953cc88284482f8023cdc1a
flowable/src/main/java/com/ycl/domain/query/ProcessLogQuery.java
@@ -18,5 +18,16 @@
@Data
@ApiModel(value = "FlowLog查询参数", description = "流程日志查询参数")
public class ProcessLogQuery extends AbsQuery {
    /**
     * 项目id
     */
    private Long projectId;
    /**
     * 流程实例id
     */
    private String processInsId;
}