| | |
| | | package com.lf.server.mapper.show; |
| | | |
| | | import com.lf.server.entity.bs.MpipelineEntity; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | import org.apache.ibatis.annotations.Param; |
| | | import org.springframework.stereotype.Repository; |
| | |
| | | public List<String> countProjectDisplay(); |
| | | |
| | | /** |
| | | * 统计项目参观 |
| | | * |
| | | * @return {@link List}<{@link String}> |
| | | */ |
| | | public List<String> countProjectTour(MpipelineEntity mpipelineEntity); |
| | | |
| | | /** |
| | | * 选择项目参观列表 |
| | | * |
| | | * @return {@link List}<{@link String}> |
| | | */ |
| | | public List<String> selectProjectTour(); |
| | | |
| | | /** |
| | | * 统计项目类型 |
| | | * |
| | | * @return {@link List}<{@link String}> |