| | |
| | | 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> dataVisitCount(); |
| | | |
| | | /** |
| | | * 下载数统计 |
| | | * |
| | | * @return {@link List}<{@link String}> |
| | | */ |
| | | public List<String> countDownloads(); |
| | | |
| | | /** |
| | | * 统计项目显示 |
| | | * |
| | | * @return {@link List}<{@link String}> |
| | |
| | | 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}> |
| | | */ |
| | | public List<String> countProjectType1(); |
| | | public List<String> selectProjectType1(); |
| | | |
| | | /** |
| | | * 查询表信息 |