13693261870
9 天以前 73e913fb24bf163ab9c5332ab960b1eb56a6402b
1
2
3
4
5
6
7
8
9
10
11
12
package com.terra.system.mapper.mn;
 
import com.terra.system.entity.mn.GeoagenotdeterminedniEntity;
import com.terra.system.mapper.all.GeomBaseMapper;
import org.apache.ibatis.annotations.Mapper;
import org.springframework.stereotype.Repository;
 
@Mapper
@Repository
@SuppressWarnings("ALL")
public interface GeoagenotdeterminedniMapper extends GeomBaseMapper<GeoagenotdeterminedniEntity> {
}