上传设备报警信息

This commit is contained in:
liming 蔡
2026-07-28 10:51:38 +08:00
parent 799fb8ff06
commit a7d1772d49
11 changed files with 549 additions and 259 deletions
@@ -57,6 +57,18 @@ namespace JY.Inspection.ViewModel
set { loginMesUrl = value; OnPropertyChanged(); }
}
private string equipAlarmUrl;
/// <summary>
/// 设备报警接口地址
/// </summary>
public string EquipAlarmUrl
{
get { return equipAlarmUrl; }
set { equipAlarmUrl = value; OnPropertyChanged(); }
}
private string productType;