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