更改了现场发现的问题
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using Prism.Mvvm;
|
||||
using HslCommunication;
|
||||
using Prism.Mvvm;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
@@ -38,5 +39,9 @@ namespace CapMachine.Wpf.Dtos
|
||||
set { _State = value; RaisePropertyChanged(); }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 数据结果
|
||||
/// </summary>
|
||||
public OperateResult<bool>? StateOperateResult { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user