| | |
| | | |
| | | import com.lf.server.entity.data.CoordEntity; |
| | | import com.lf.server.entity.data.DirEntity; |
| | | import com.lf.server.entity.data.FmeLogEntity; |
| | | import com.lf.server.mapper.data.UploadMapper; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.stereotype.Service; |
| | |
| | | } |
| | | |
| | | @Override |
| | | public Integer selectCount4Coord(String epsgCode) { |
| | | return uploadMapper.selectCount4Coord(epsgCode); |
| | | } |
| | | |
| | | @Override |
| | | public List<DirEntity> selectProject() { |
| | | return uploadMapper.selectProject(); |
| | | } |
| | | |
| | | @Override |
| | | public List<FmeLogEntity> selectFmeLog(String parentid) { |
| | | return uploadMapper.selectFmeLog(parentid); |
| | | } |
| | | } |