|
@@ -21,9 +21,9 @@ const StudentSchema = {
|
|
|
family_is_hard: { type: String, required: false, maxLength: 200 }, // 家庭是否困难,0-否,1-是
|
|
|
have_grant: { type: String, required: false, maxLength: 200 }, // 是否获得过助学金,0-否,1-是
|
|
|
job: { type: String, required: false, maxLength: 200 }, // 职务
|
|
|
- term: { type: String, required: false, maxLength: 200 }, // 期
|
|
|
- batch: { type: String, required: false, maxLength: 200 }, // 批次
|
|
|
- class: { type: String, required: false, maxLength: 200 }, // 班级
|
|
|
+ termid: { type: String, required: false, maxLength: 200 }, // 期
|
|
|
+ batchid: { type: String, required: false, maxLength: 200 }, // 批次
|
|
|
+ classid: { type: String, required: false, maxLength: 200 }, // 班级
|
|
|
bedroomid: { type: String, required: false, maxLength: 200 }, // 寝室id
|
|
|
is_fine: { type: String, required: false, maxLength: 200 }, // 是否优秀,0-否,1-是
|
|
|
}
|