xieb
2024-04-25 41dc2ca8393e40e9efb8a6bf05f2ab1400d80215
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.DeviceLogsEntity;
 
/**
 * @author sean
 * @version 1.2
 * @date 2022/9/7
 */
public interface IDeviceLogsMapper extends BaseMapper<DeviceLogsEntity> {
}