平安校园
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

10 lines
169 B

  1. namespace SafeCampus.Plugin.Core
  2. {
  3. /// <summary>
  4. /// 通知组件类型
  5. /// </summary>
  6. public enum NoticeComponent
  7. {
  8. Signalr, Mqtt
  9. }
  10. }