上传设备状态

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
@@ -68,7 +68,16 @@ namespace JY.Inspection.ViewModel
set { equipAlarmUrl = value; OnPropertyChanged(); }
}
private string equipStatusUrl;
/// <summary>
/// 设备状态接口地址
/// </summary>
public string EquipStatusUrl
{
get { return equipStatusUrl; }
set { equipStatusUrl = value; OnPropertyChanged(); }
}
private string productType;