xieb
2024-03-23 692f1bf9c1fe9607d09e263aea34bf3d4df8eb67
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> {
}