mirror of
https://gitee.com/dcloud/opendb.git
synced 2024-12-26 22:41:15 +08:00
新增avatar_file字段
This commit is contained in:
parent
f03a981207
commit
0fee1d4df0
@ -125,6 +125,11 @@
|
||||
"description": "头像地址",
|
||||
"trim": "both"
|
||||
},
|
||||
"avatar_file": {
|
||||
"bsonType": "file",
|
||||
"title": "头像文件",
|
||||
"description": "用file类型方便使用uni-file-picker组件"
|
||||
},
|
||||
"department_id": {
|
||||
"bsonType": "array",
|
||||
"description": "部门ID",
|
||||
|
Loading…
Reference in New Issue
Block a user