管道基础大数据平台系统开发-【CS】-ExportMap
13693261870
2023-08-08 5b2c27902205fbcf32bd996aab9ef65e0165264a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package {mapperNS};
 
import {entityNS}.{entityName};
import com.{ns}.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}> {
}