|
@@ -16,6 +16,7 @@ const UserSchema = {
|
|
|
deptname: { type: String, required: false }, // 机构名称
|
|
|
remark: { type: String, required: false }, // 备注
|
|
|
code: { type: String, required: false }, // 邀请码
|
|
|
+ isdel: { type: String, required: false, default: '0' }, // 0=>未删除;1=>已删除
|
|
|
};
|
|
|
|
|
|
|