上传设备报警信息

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
+5
View File
@@ -57,6 +57,11 @@ namespace JY.Model
/// </summary>
public string LoginMesUrl = "http://127.0.0.1";
/// <summary>
/// 设备报警接口地址
/// </summary>
public string EquipAlarmUrl = "http://127.0.0.1";
public List<CollectItemCfg> CollectItemCfgList { get; set; } = new List<CollectItemCfg>();
#endregion