通道树支持展示在线离线状态
This commit is contained in:
@@ -19,4 +19,7 @@ public class GroupTree extends Group{
|
||||
@Schema(description = "类型, 行政区划:0 摄像头: 1")
|
||||
private int type;
|
||||
|
||||
@Schema(description = "在线状态")
|
||||
private String status;
|
||||
|
||||
}
|
||||
|
||||
@@ -18,4 +18,7 @@ public class RegionTree extends Region {
|
||||
|
||||
@Schema(description = "类型, 行政区划:0 摄像头: 1")
|
||||
private int type;
|
||||
|
||||
@Schema(description = "在线状态")
|
||||
private String status;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user