namespace SafeCampus.Plugin.Core { /// /// 通知组件类型 /// public enum NoticeComponent { Signalr, Mqtt } }