using BPASmartClient.Device; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace BPASmartClient.MorkCL { public class Alarm : IAlarm { /// /// 急停 /// [Alarm("设备急停")] public bool EStop { get; set; } } }