新增avatar_file字段

This commit is contained in:
linju-json 2021-05-28 16:44:30 +08:00
parent f03a981207
commit 0fee1d4df0

View File

@ -125,6 +125,11 @@
"description": "头像地址", "description": "头像地址",
"trim": "both" "trim": "both"
}, },
"avatar_file": {
"bsonType": "file",
"title": "头像文件",
"description": "用file类型方便使用uni-file-picker组件"
},
"department_id": { "department_id": {
"bsonType": "array", "bsonType": "array",
"description": "部门ID", "description": "部门ID",