添加功能
This commit is contained in:
@@ -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
|
||||
)));
|
||||
|
||||
/**
|
||||
* 重点群体列表
|
||||
|
||||
Reference in New Issue
Block a user