using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace WCS.Entity.Protocol { public interface ISC537 : IProtocol { SCAlarm SCAlarm { get; set; } } }