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": {
"bsonType": "string",
"title": "用户名",
"description": "用户名,不允许重复",
"title": "姓名",
"description": "姓名",
"order": 1,
"trim": "both"
},
@ -60,10 +60,12 @@
"title": "备注",
"order": 5,
"description": "备注",
"trim":"both"
"trim": "both",
"component": {
"name": "textarea"
}
}
}
},
"index": []
}