|
@@ -12,6 +12,7 @@ const user = {
|
|
|
nickname: { type: String, required: false }, // 昵称
|
|
|
gender: { type: String, required: false }, // 性别
|
|
|
work: { type: String, required: false }, // 岗位
|
|
|
+ mechanism: { type: String, required: false }, // 机构
|
|
|
email: { type: String, required: false }, // 邮箱
|
|
|
status: { type: String, required: false, default: '0' }, // 状态,0-待审,1:审核通过,2:审核拒绝
|
|
|
// account: { type: String, required: false }, // 账号
|