🔨 修改样式.

This commit is contained in:
lijiahangmax
2025-09-25 21:57:52 +08:00
parent ac412b0dde
commit 6ffc5d27b5
3 changed files with 5 additions and 2 deletions

View File

@@ -87,6 +87,9 @@ public class HostVO implements Serializable {
@Schema(description = "探针在线状态")
private Integer agentOnlineStatus;
@Schema(description = "探针切换在线状态时间")
private Date agentOnlineChangeTime;
@Schema(description = "描述")
private String description;