DJIsean
2022-08-11 27ad176af126076e49a757e7d852e8d5ca670b2d
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.dji.sample.manage.dao;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.dji.sample.manage.model.entity.DeviceDictionaryEntity;
 
/**
 *
 * @author sean.zhou
 * @date 2021/11/15
 * @version 0.1
 */
public interface IDeviceDictionaryMapper extends BaseMapper<DeviceDictionaryEntity> {
}