zhanghua
2022-09-26 22ec70f29b6431d4e773ccf529d82c586edafb23
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.ycl.mapper.video;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ycl.entity.video.VideoAlarmReport;
 
/**
 * VideoAlarmReportMapper
 * 
 * @author: AI
 * @date:  2022-09-26 17:20
 * @version V1.0
**/
public interface VideoAlarmReportMapper extends BaseMapper<VideoAlarmReport> {
}