临时提交

This commit is contained in:
panlinlin
2024-08-02 23:47:44 +08:00
parent 91b8e7a595
commit 18c51919a3
7 changed files with 66 additions and 7 deletions

View File

@@ -52,6 +52,12 @@ public class Group implements Comparable<Group>{
@Schema(description = "更新时间")
private String updateTime;
/**
* 平台ID
*/
@Schema(description = "平台ID")
private Integer platformId;
@Override
public int compareTo(@NotNull Group region) {
return Integer.compare(Integer.parseInt(this.deviceId), Integer.parseInt(region.getDeviceId()));