update: uni-id-address,area_code字段增加 foreignKey,用于回显

This commit is contained in:
handongxun 2021-01-28 10:48:37 +08:00
parent 9b9a64b0a3
commit 9a35beca25

View File

@ -44,6 +44,7 @@
"bsonType": "string", "bsonType": "string",
"description": "区级编码", "description": "区级编码",
"title": "省市区", "title": "省市区",
"foreignKey": "opendb-city-china.code",
"enumType": "tree", "enumType": "tree",
"enum": { "enum": {
"collection": "opendb-city-china", "collection": "opendb-city-china",