| | |
| | | import com.lf.server.entity.bs.MpipelineEntity; |
| | | import com.lf.server.entity.ctrl.CountEntity; |
| | | import com.lf.server.entity.show.OneMapEntity; |
| | | import org.apache.ibatis.annotations.MapKey; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | import org.apache.ibatis.annotations.Param; |
| | | import org.springframework.stereotype.Repository; |
| | | |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | |
| | | /** |
| | | * 管网一张图Mapper |
| | |
| | | * 单个项目文件数量 |
| | | * |
| | | * @param projectCode 项目代码 |
| | | * @return {@link List}<{@link String}> |
| | | * @return |
| | | */ |
| | | public List<String> countProjectType(String projectCode); |
| | | @MapKey("") |
| | | public List<Map<String, Object>> countProjectType(String projectCode); |
| | | |
| | | /** |
| | | * 统计项目下 |