src/main/java/com/genersoft/iot/vmp/netty/business/service/TalkBackEquipmentService.java
New file @@ -0,0 +1,19 @@ package com.genersoft.iot.vmp.netty.business.service; import com.genersoft.iot.vmp.netty.business.entity.TalkBackEquipment; /** * 对讲设备信息表 服务类 * * @author zhongrj * @date 2023-03-02 */ public interface TalkBackEquipmentService{ /** * 保存对讲设备数据 * @param talkBackEquipment */ void save(TalkBackEquipment talkBackEquipment); }