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