添加经开区行政区划

This commit is contained in:
sh
2026-02-06 19:25:39 +08:00
parent f4e85fd139
commit 6df761b8ea

View File

@@ -121,6 +121,7 @@ public class StringUtil {
tempMap.put("9", "653127000000");
tempMap.put("10", "653130000000");
tempMap.put("11", "653131000000");
tempMap.put("12", "653112000000");
REGION_CODE_CODE_MAP = Collections.unmodifiableMap(tempMap);
}