| | |
| | | * |
| | | * @return {@link List}<{@link String}> |
| | | */ |
| | | public List<String> projectCategoryConut(); |
| | | public List<String> projectCategoryCount(); |
| | | |
| | | /** |
| | | * 项目位置conut |
| | | * |
| | | * @return {@link List}<{@link String}> |
| | | */ |
| | | public List<String> projectLocationConut(); |
| | | public List<String> projectLocationCount(); |
| | | |
| | | /** |
| | | * 国家维度conut |
| | | * |
| | | * @return {@link List}<{@link String}> |
| | | */ |
| | | public List<String> countryDimensionConut(); |
| | | public List<String> countryDimensionCount(); |
| | | |
| | | /** |
| | | * 省维conut |
| | | * |
| | | * @return {@link List}<{@link String}> |
| | | */ |
| | | public List<String> provinceDimensionConut(); |
| | | public List<String> provinceDimensionCount(); |
| | | |
| | | /** |
| | | * 数据存储conut |
| | | * |
| | | * @return {@link List}<{@link String}> |
| | | */ |
| | | public List<String> dataStorageConut(); |
| | | public List<String> dataStorageCount(); |
| | | |
| | | /** |
| | | * 文件格式conut |
| | | * |
| | | * @return {@link List}<{@link String}> |
| | | */ |
| | | public List<String> fileFormatConut(); |
| | | public List<String> fileFormatCount(); |
| | | |
| | | /** |
| | | * 数据申请conut |
| | | * |
| | | * @return {@link List}<{@link String}> |
| | | */ |
| | | public List<String> dataApplyConut(); |
| | | public List<String> dataApplyCount(); |
| | | |
| | | /** |
| | | * 数据访问conut |
| | | * |
| | | * @return {@link List}<{@link String}> |
| | | */ |
| | | public List<String> dataVisitConut(); |
| | | public List<String> dataVisitCount(); |
| | | |
| | | |
| | | } |