上饶市公安局wvp平台
zhongrj
2023-06-27 2e98b20bea4463e4465e3c19059d0744a09aec06
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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);
}