| | |
| | | |
| | | 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; |
| | |
| | | public List<CountEntity> countByMajor() { |
| | | return oneMapMapper.countByMajor(); |
| | | } |
| | | |
| | | @Override |
| | | public Integer selectLineBuffer() { |
| | | return oneMapMapper.selectLineBuffer(); |
| | | } |
| | | |
| | | @Override |
| | | public List<IdNameEntity> selectMetaByType() { |
| | | return oneMapMapper.selectMetaByType(); |
| | | } |
| | | } |