添加功能

This commit is contained in:
马宝龙
2026-07-13 17:18:25 +08:00
parent c9d7417440
commit 66412dba7d
18 changed files with 762 additions and 70 deletions

View File

@@ -186,6 +186,15 @@ public class CommonConstant {
Tuples.of("5", "数字经济"),
Tuples.of("6", "农业")
)));
/**
* 产业Map
*/
public static final Map<String, String> SECTOR_MAP =
Collections.unmodifiableMap(SECTOR_LIST.stream()
.collect(Collectors.toMap(
Tuple2::getT1,
Tuple2::getT2
)));
/**
* 重点群体列表