liuyu 4 năm trước cách đây
mục cha
commit
62c3f1197d
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      app/model/lesson.js

+ 1 - 0
app/model/lesson.js

@@ -11,6 +11,7 @@ const lessonInfo = new Schema({
   date: { type: String, required: false, maxLength: 500 }, // 日期
   time: { type: String, required: false, maxLength: 500 }, // 时间
   day: { type: String, required: false, maxLength: 500 }, // 课程天数,半天或一天
+  reason: { type: String, required: false, maxLength: 500 }, // 原因
 });
 
 // 课程表