update: opendb-contacts

This commit is contained in:
handongxun 2021-01-16 11:12:00 +08:00
parent c9ce5d73e5
commit 72d24288ed

View File

@ -14,8 +14,8 @@
}, },
"username": { "username": {
"bsonType": "string", "bsonType": "string",
"title": "用户名", "title": "姓名",
"description": "用户名,不允许重复", "description": "姓名",
"order": 1, "order": 1,
"trim": "both" "trim": "both"
}, },
@ -60,10 +60,12 @@
"title": "备注", "title": "备注",
"order": 5, "order": 5,
"description": "备注", "description": "备注",
"trim":"both" "trim": "both",
"component": {
"name": "textarea"
}
} }
} }
}, },
"index": [] "index": []
} }