管道基础大数据平台系统开发-【后端】-Server
xing
2023-02-21 e1e254787f8b9327a4ed47a7559d6b56db13c80b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package com.lf.server.mapper.bd;
 
import com.lf.server.entity.bd.Brg20wl02hEntity;
import com.lf.server.mapper.all.GeomBaseMapper;
import org.apache.ibatis.annotations.Mapper;
import org.springframework.stereotype.Repository;
 
/**
 * Brg20wl02h
 * @author WWW
 */
@Mapper
@Repository
public interface Brg20wl02hMapper extends GeomBaseMapper<Brg20wl02hEntity> {
}