sean.zhou
2022-03-21 17835b967b48f2676cce3bbed081c6580602ee1c
1
2
3
4
5
6
7
8
9
10
11
12
package com.dji.sample.manage.dao;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.dji.sample.manage.model.entity.CameraVideoEntity;
 
/**
 * @author sean.zhou
 * @version 0.1
 * @date 2021/11/19
 */
public interface ICameraVideoMapper extends BaseMapper<CameraVideoEntity> {
}