|
@@ -41,6 +41,7 @@ const StudentSchema = {
|
|
|
isComming: { type: String, default: '0', zh: '签到' }, // 是否签到0否,1是
|
|
|
type: { type: String, required: false, maxLength: 200, default: '0' }, // 类型:0-正常,1-特殊
|
|
|
status: { type: String, required: false, maxLength: 200, default: '1' }, // 0:待确定。1:确定,2:失败
|
|
|
+ cert: { type: String, required: false, default: '0' }, // 证书状态,0=>未打印;1=已打印
|
|
|
};
|
|
|
|
|
|
|