无关风月
2025-03-07 0c97e8cf0e044e63668be6d0c7cf7402a16c86b1
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;
}