app增加字典

This commit is contained in:
2025-08-15 10:14:35 +08:00
parent f65a8cdc8c
commit 33f3cb5989
3 changed files with 9 additions and 0 deletions

View File

@ -81,4 +81,9 @@ public class AppDeviceVo implements Serializable {
* 告警状态(0解除告警1告警)
*/
private String alarmStatus;
/**
* 设备详情页面
*/
private String detailPageUrl;
}