package com.hfln.device.application.service; import com.hfln.device.domain.port.DeviceEventPort; /** * 设备事件服务接口 * 处理设备相关的事件操作 */ public interface DeviceEventService extends DeviceEventPort, DeviceEventServiceExtend { }