公告板
版本库
filestore
活动
搜索
登录
main
/
sccg_server
遂昌综合执法平台服务端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
视频报警接口
zhanghua
2022-09-20
148a0727739c3f61e1a15bf36d5489cb77d4c5f3
[sccg_server.git]
/
ycl-platform
/
src
/
main
/
java
/
com
/
ycl
/
mapper
/
videoAlarm
/
VideoAlarmReportMapper.java
1
2
3
4
5
6
7
package com.ycl.mapper.videoAlarm;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ycl.entity.videoAlarm.VideoAlarmReport;
public interface VideoAlarmReportMapper extends BaseMapper<VideoAlarmReport> {
}