更改了现场发现的问题

This commit is contained in:
2025-01-03 09:11:02 +08:00
parent 6ff9103fa2
commit 3a5674054d
10 changed files with 408 additions and 244 deletions

View File

@@ -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; }
}
}