4g挂牌对接,可以接收到 心跳日志, 上传的音频文件 ,保存到数据库和本地文件

This commit is contained in:
ZLI263
2025-11-30 21:16:47 +08:00
parent 9344846772
commit 153c8bfaf1
33 changed files with 3418 additions and 36 deletions

View File

@@ -0,0 +1,17 @@
package com.rj.mapper;
import com.rj.entity.YhyHeartbeatLog;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
/**
* <p>
* 心跳日志表 Mapper 接口
* </p>
*
* @author Auto Generated
* @since 2025-01-01
*/
public interface YhyHeartbeatLogMapper extends BaseMapper<YhyHeartbeatLog> {
}