yupeng
2025-03-31 563fa77e5ffa6b247e85febfe36feaf4a1a250b5
ruoyi-system/src/main/java/com/ruoyi/system/bo/ProcessTaskListBO.java
@@ -42,4 +42,11 @@
    @ApiModelProperty(value = "前端忽略")
    private List<String> instanceIds;
    @ApiModelProperty(value = "时间筛选 1=1天 2=7天 3=30天")
    private Integer timeType;
    @ApiModelProperty(value = "排序  1=最早到达 2=最新到达")
    private Integer sortBy=2;
}