月球大数据地理空间分析展示平台-【后端】-月球后台服务
1
13693261870
2024-11-13 024e90554d19c2342f27a26f91bbea378f84da82
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.GeomountainrangeannotationEntity;
import com.moon.server.mapper.all.GeomBaseMapper;
import org.apache.ibatis.annotations.Mapper;
import org.springframework.stereotype.Repository;
 
/**
 * Geomountainrangeannotation
 * @author WWW
 */
@Mapper
@Repository
public interface GeomountainrangeannotationMapper extends GeomBaseMapper<GeomountainrangeannotationEntity> {
}