添加功能
This commit is contained in:
@@ -116,4 +116,17 @@ public class CommonConstant {
|
||||
Tuples.of("4", "民办院校")
|
||||
)));
|
||||
|
||||
/**
|
||||
* 产业列表
|
||||
*/
|
||||
public static final List<Tuple2<String, String>> SECTOR_LIST =
|
||||
Collections.unmodifiableList(new ArrayList<>(Arrays.asList(
|
||||
Tuples.of("1", "新材料"),
|
||||
Tuples.of("2", "新能源"),
|
||||
Tuples.of("3", "现代服务业"),
|
||||
Tuples.of("4", "先进服务"),
|
||||
Tuples.of("5", "数字经济"),
|
||||
Tuples.of("6", "农业")
|
||||
)));
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user