提交 cd219579 编写于 作者: aaronchen2k2k's avatar aaronchen2k2k

close task#7794

上级 a0f30618
......@@ -31,4 +31,114 @@ fields:
from: base.country.v1.yaml
use: areacode
prefix: ""
postfix: "\t"
# 亚洲国家
- field: asia_cnfull
from: base.country.v1.yaml
use: asia_cnfull
prefix: ""
postfix: "\t"
- field: asia_cnshort
from: base.country.v1.yaml
use: asia_cnshort
prefix: ""
postfix: "\t"
- field: asia_enfull
from: base.country.v1.yaml
use: asia_enfull
prefix: ""
postfix: "\t"
- field: asia_areacode
from: base.country.v1.yaml
use: asia_areacode
prefix: ""
postfix: "\t"
# 欧洲国家
- field: europe_cnfull
from: base.country.v1.yaml
use: europe_cnfull
prefix: ""
postfix: "\t"
- field: europe_cnshort
from: base.country.v1.yaml
use: europe_cnshort
prefix: ""
postfix: "\t"
- field: europe_enfull
from: base.country.v1.yaml
use: europe_enfull
prefix: ""
postfix: "\t"
- field: europe_areacode
from: base.country.v1.yaml
use: europe_areacode
prefix: ""
postfix: "\t"
# 北美国家
- field: north_america_cnfull
from: base.country.v1.yaml
use: north_america_cnfull
prefix: ""
postfix: "\t"
- field: north_america_cnshort
from: base.country.v1.yaml
use: north_america_cnshort
prefix: ""
postfix: "\t"
- field: north_america_enfull
from: base.country.v1.yaml
use: north_america_enfull
prefix: ""
postfix: "\t"
- field: north_america_areacode
from: base.country.v1.yaml
use: north_america_areacode
prefix: ""
postfix: "\t"
# 南美国家
- field: south_america_cnfull
from: base.country.v1.yaml
use: south_america_cnfull
prefix: ""
postfix: "\t"
- field: south_america_cnshort
from: base.country.v1.yaml
use: south_america_cnshort
prefix: ""
postfix: "\t"
- field: south_america_enfull
from: base.country.v1.yaml
use: south_america_enfull
prefix: ""
postfix: "\t"
- field: south_america_areacode
from: base.country.v1.yaml
use: south_america_areacode
prefix: ""
postfix: "\t"
# 大洋洲国家
- field: oceania_cnfull
from: base.country.v1.yaml
use: oceania_cnfull
prefix: ""
postfix: "\t"
- field: oceania_cnshort
from: base.country.v1.yaml
use: oceania_cnshort
prefix: ""
postfix: "\t"
- field: oceania_enfull
from: base.country.v1.yaml
use: oceania_enfull
prefix: ""
postfix: "\t"
- field: oceania_areacode
from: base.country.v1.yaml
use: oceania_areacode
prefix: ""
postfix: "\t"
\ No newline at end of file
......@@ -43,4 +43,174 @@ instances:
- field: field1
from: country.v1
select: areacode
postfix: "\t"
# 亚洲国家
- instance: asia_cnfull
note:
fields:
- field: field1
from: country.v1
select: cnfull
where: continent = 'asia'
postfix: "\t"
- instance: asia_cnshort
note:
fields:
- field: field1
from: country.v1
select: cnshort
where: continent = 'asia'
postfix: "\t"
- instance: asia_enfull
note:
fields:
- field: field1
from: country.v1
select: enfull
where: continent = 'asia'
postfix: "\t"
- instance: asia_areacode
note:
fields:
- field: field1
from: country.v1
select: areacode
where: continent = 'asia'
postfix: "\t"
# 欧洲国家
- instance: europe_cnfull
note:
fields:
- field: field1
from: country.v1
select: cnfull
where: continent = 'europe'
postfix: "\t"
- instance: europe_cnshort
note:
fields:
- field: field1
from: country.v1
select: cnshort
where: continent = 'europe'
postfix: "\t"
- instance: europe_enfull
note:
fields:
- field: field1
from: country.v1
select: enfull
where: continent = 'europe'
postfix: "\t"
- instance: europe_areacode
note:
fields:
- field: field1
from: country.v1
select: areacode
where: continent = 'europe'
postfix: "\t"
# 北美国家
- instance: north_america_cnfull
note:
fields:
- field: field1
from: country.v1
select: cnfull
where: continent = 'north america'
postfix: "\t"
- instance: north_america_cnshort
note:
fields:
- field: field1
from: country.v1
select: cnshort
where: continent = 'north america'
postfix: "\t"
- instance: north_america_enfull
note:
fields:
- field: field1
from: country.v1
select: enfull
where: continent = 'north america'
postfix: "\t"
- instance: north_america_areacode
note:
fields:
- field: field1
from: country.v1
select: areacode
where: continent = 'north america'
postfix: "\t"
# 南美国家
- instance: south_america_cnfull
note:
fields:
- field: field1
from: country.v1
select: cnfull
where: continent = 'south america'
postfix: "\t"
- instance: south_america_cnshort
note:
fields:
- field: field1
from: country.v1
select: cnshort
where: continent = 'south america'
postfix: "\t"
- instance: south_america_enfull
note:
fields:
- field: field1
from: country.v1
select: enfull
where: continent = 'south america'
postfix: "\t"
- instance: south_america_areacode
note:
fields:
- field: field1
from: country.v1
select: areacode
where: continent = 'south america'
postfix: "\t"
# 大洋洲国家
- instance: oceania_cnfull
note:
fields:
- field: field1
from: country.v1
select: cnfull
where: continent = 'oceania'
postfix: "\t"
- instance: oceania_cnshort
note:
fields:
- field: field1
from: country.v1
select: cnshort
where: continent = 'oceania'
postfix: "\t"
- instance: oceania_enfull
note:
fields:
- field: field1
from: country.v1
select: enfull
where: continent = 'oceania'
postfix: "\t"
- instance: oceania_areacode
note:
fields:
- field: field1
from: country.v1
select: areacode
where: continent = 'oceania'
postfix: "\t"
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册