终端一体化运控平台
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

11 行
174 B

  1. namespace BPASmartClient.EventBus
  2. {
  3. /// <summary>
  4. /// 事件接口
  5. /// </summary>
  6. public interface IEvent
  7. {
  8. int DeviceId { get; set; }
  9. }
  10. }