| | |
| | | |
| | | import com.lf.server.entity.bs.MpipelineEntity; |
| | | import com.lf.server.entity.ctrl.CountEntity; |
| | | import com.lf.server.entity.ctrl.IdNameEntity; |
| | | import com.lf.server.entity.show.OneMapEntity; |
| | | import com.lf.server.mapper.show.OneMapMapper; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | |
| | | |
| | | import java.util.ArrayList; |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | |
| | | /** |
| | | * 管网一张图Service |
| | |
| | | * @return {@link List}<{@link String}> |
| | | */ |
| | | @Override |
| | | public List<String> countProjectType(String projectCode) { |
| | | public List<Map<String, Object>> countProjectType(String projectCode) { |
| | | return oneMapMapper.countProjectType(projectCode); |
| | | } |
| | | |
| | |
| | | public List<CountEntity> countByMajor() { |
| | | return oneMapMapper.countByMajor(); |
| | | } |
| | | |
| | | @Override |
| | | public Integer selectLineBuffer() { |
| | | return oneMapMapper.selectLineBuffer(); |
| | | } |
| | | |
| | | @Override |
| | | public List<Map<String, Object>> selectMetaByType() { |
| | | return oneMapMapper.selectMetaByType(); |
| | | } |
| | | } |