|
@@ -38,6 +38,7 @@ const StudentSchema = {
|
|
|
diy: { type: { Object }, required: false, zh: '自定义' },
|
|
|
isComming: { type: String, default: '0', zh: '签到' },
|
|
|
type: { type: String, required: false, maxLength: 200, default: '0' },
|
|
|
+ status: { type: String, required: false, maxLength: 200, default: '1' },
|
|
|
};
|
|
|
|
|
|
|