添加城市数据展示信息

This commit is contained in:
714943302@qq.com
2018-11-14 15:33:14 +08:00
parent 3a898d3947
commit 11e8eca16c
5 changed files with 807 additions and 6 deletions
+22
View File
@@ -0,0 +1,22 @@
[
{
"COL_CODE":"FLNO",
"COL_CN":"城市代码",
"COL_ORDER":"1"
},
{
"COL_CODE":"ALCD",
"COL_CN":"城市中文名",
"COL_ORDER":"2"
},
{
"COL_CODE":"HZ",
"COL_CN":"城市英文名",
"COL_ORDER":"3"
},
{
"COL_CODE":"ZY",
"COL_CN":"所在国家",
"COL_ORDER":"4"
}
]