using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace CapMachine.Wpf.PrismEvent { /// /// 错误状态消息 /// public class ErrStateMsg { /// /// 错误消息内容 /// public string? ErrMsg { get; set; } } }