|
@@ -23,6 +23,7 @@ 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, default: '普通学生' }, // 职务
|
|
|
+ planyearid: { type: String, required: false, maxLength: 200 }, // 大批次id
|
|
|
planid: { type: String, required: false, maxLength: 200 }, // 计划id
|
|
|
termid: { type: String, required: false, maxLength: 200 }, // 期id
|
|
|
batchid: { type: String, required: false, maxLength: 200 }, // 批次id
|