xiangpei
2025-02-24 4894ff5d3dded33b4d50c5cba7c3659f340ae9a7
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;
}