|
@@ -10,6 +10,7 @@ const answerInfo = new Schema({
|
|
|
|
|
|
// 学生上传问卷表
|
|
// 学生上传问卷表
|
|
const UploadquestionSchema = {
|
|
const UploadquestionSchema = {
|
|
|
|
+ planid: { type: String, required: true, maxLength: 200 }, // 计划id
|
|
termid: { type: String, required: true, maxLength: 200 }, // 期id
|
|
termid: { type: String, required: true, maxLength: 200 }, // 期id
|
|
batchid: { type: String, required: true, maxLength: 200 }, // 批次id
|
|
batchid: { type: String, required: true, maxLength: 200 }, // 批次id
|
|
classid: { type: String, required: true, maxLength: 200 }, // 班级id
|
|
classid: { type: String, required: true, maxLength: 200 }, // 班级id
|