1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
| package com.moon.server.mapper.mn;
|
| import com.moon.server.entity.mn.Lrocglobalmare180Entity;
| import com.moon.server.mapper.all.GeomBaseMapper;
| import org.apache.ibatis.annotations.Mapper;
| import org.springframework.stereotype.Repository;
|
| /**
| * Lrocglobalmare180
| * @author WWW
| */
| @Mapper
| @Repository
| public interface Lrocglobalmare180Mapper extends GeomBaseMapper<Lrocglobalmare180Entity> {
| }
|
|