上传设备状态
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user