using System; using System.Collections.Generic; using System.ComponentModel; using System.Text; namespace WCS.Entity.Protocol.RGV { /// /// rgv523 /// public interface IRGV523 : IProtocol { /// /// 报警内容 /// [Description("报警内容")] RgvAlarm Alarm { get; set; } } }