添加考试周时长

This commit is contained in:
wuchunlei
2024-09-04 17:15:25 +08:00
parent beb4ef6297
commit a316090e81
10 changed files with 239 additions and 14 deletions

View File

@@ -25,6 +25,8 @@ public class ClassModel {
private Integer days;//教学天数
private Integer examDays;//考试周时长
private Integer isQuestion;
private Integer questionScore;
private Integer isTask;