管道基础大数据平台系统开发-【CS】-ExportMap
1
13693261870
2023-06-29 004429c1cf27b3d7385bd081459b97e989567f83
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package {mapperNS};
 
import {entityNS}.{entityName};
import com.lf.server.mapper.all.GeomBaseMapper;
import org.apache.ibatis.annotations.Mapper;
import org.springframework.stereotype.Repository;
 
/**
 * {bak}
 * @author WWW
 */
@Mapper
@Repository
public interface {mapperName} extends GeomBaseMapper<{entityName}> {
}