考试相关

This commit is contained in:
wuchunlei
2024-08-28 17:28:50 +08:00
parent ebcd459ed1
commit e3801fa8a5
9 changed files with 417 additions and 184 deletions

View File

@@ -25,6 +25,17 @@ public class ClassModel {
private Integer days;//教学天数
private Integer isQuestion;
private Integer questionScore;
private Integer isTask;
private Integer taskScore;
private Integer isMedicalcase;
private Integer medicalcaseScore;
private Integer isExperience;
private Integer experienceScore;
private Integer isExam;
private Integer examScore;
@TableLogic
private Integer delFlag;