1.自定义报表功能调整

2.暂降事件列表添加后端排序功能
This commit is contained in:
2024-11-15 10:51:26 +08:00
parent ff205cb335
commit a6acf6d1c9
8 changed files with 572 additions and 50 deletions

View File

@@ -64,5 +64,9 @@ public class TransientParam extends DeviceInfoParam.BusinessParam {
@ApiModelProperty("在线离线 0在线 1离线")
private Integer isType;
private String sortBy;
private String orderBy;
}