|
@@ -12,6 +12,7 @@ const UserSchema = {
|
|
|
remark: { type: String, required: false }, // 备注
|
|
|
type: { type: String, required: false, maxLength: 200 }, // 身份,0、中心管理元1、班主任用户2、学校用户3、教师4、学生
|
|
|
uid: { type: String, required: false, maxLength: 200 }, // 关联用户信息id
|
|
|
+ status: { type: String, required: false, default: 0 }, // 注册状态
|
|
|
};
|
|
|
|
|
|
|