class EcmService: """事件处理服务 """ @staticmethod def dispatch_dahua_alarm(data:dict): """分发大华报警进行处理 Args: data (dict): 信息 """ pass