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.Dlg25wbouadEntity;
| import com.lf.server.mapper.all.GeomBaseMapper;
| import org.apache.ibatis.annotations.Mapper;
| import org.springframework.stereotype.Repository;
|
| /**
| * Dlg25wbouad
| * @author WWW
| */
| @Mapper
| @Repository
| public interface Dlg25wbouadMapper extends GeomBaseMapper<Dlg25wbouadEntity> {
| }
|
|