kimi
2020-04-22 f9a4612e1f3ed276f5eb057fd7d69d54e71aec41
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.highdatas.mdm.mapper;
 
import com.highdatas.mdm.entity.SysViewLogicmap;
import com.baomidou.mybatisplus.mapper.BaseMapper;
 
/**
 * <p>
 *  Mapper 接口
 * </p>
 *
 * @author kimi
 * @since 2020-04-22
 */
public interface SysViewLogicmapMapper extends BaseMapper<SysViewLogicmap> {
 
}