|
@@ -15,6 +15,7 @@ const UploadtaskSchema = {
|
|
|
batchid: { type: String, required: true, maxLength: 200 }, // 批次id
|
|
|
classid: { type: String, required: true, maxLength: 200 }, // 班级id
|
|
|
lessonid: { type: String, required: true, maxLength: 200 }, // 课程信息id
|
|
|
+ lessonname: { type: String, required: false, maxLength: 200 }, // 课程信息名称
|
|
|
studentid: { type: String, required: true, maxLength: 200 }, // 学生id
|
|
|
picrul: { type: String, required: false, maxLength: 200 }, // 上传图片地址
|
|
|
taskid: { type: String, required: false, maxLength: 200 }, // 作业id
|