xiangpei
2025-03-04 ecebc432dc3817072501e5a6bd81e470e6885b28
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 String projectId;
    /**
     * 流程实例id
     */
    private String processInsId;
}