上传设备状态

This commit is contained in:
liming 蔡
2026-07-31 20:01:04 +08:00
parent a7d1772d49
commit a31acafd88
11 changed files with 247 additions and 18 deletions
+5
View File
@@ -62,6 +62,11 @@ namespace JY.Model
/// </summary>
public string EquipAlarmUrl = "http://127.0.0.1";
/// <summary>
/// 设备状态接口地址
/// </summary>
public string EquipStatusUrl = "http://127.0.0.1";
public List<CollectItemCfg> CollectItemCfgList { get; set; } = new List<CollectItemCfg>();
#endregion