公告板
版本库
filestore
活动
搜索
登录
main
/
sccg_server
遂昌综合执法平台服务端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
Merge branch 'master' of http://42.193.1.25:9521/r/sccg_server
zhanghua
2022-09-26
6a47d5b88a98acec1fb0cac8c184071577a64cd1
[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> {
}