添加考试周时长
This commit is contained in:
@@ -20,7 +20,7 @@ public class ClassEntity {
|
||||
|
||||
private String title;
|
||||
|
||||
//小班状态 0待开班1进行中2完成
|
||||
//小班状态 0待开班1进行中2完成3考试中
|
||||
private String state;
|
||||
|
||||
private String icon;
|
||||
|
||||
@@ -5,6 +5,8 @@ import com.baomidou.mybatisplus.annotation.TableLogic;
|
||||
import com.baomidou.mybatisplus.annotation.TableName;
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.Date;
|
||||
|
||||
@Data
|
||||
@TableName("class_exam_user")
|
||||
public class ClassExamUser {
|
||||
@@ -24,6 +26,10 @@ public class ClassExamUser {
|
||||
|
||||
private String answer;
|
||||
|
||||
private Date startTime;
|
||||
|
||||
private Date endTime;
|
||||
|
||||
@TableLogic
|
||||
private Integer delFlag;
|
||||
}
|
||||
|
||||
@@ -25,6 +25,8 @@ public class ClassModel {
|
||||
|
||||
private Integer days;//教学天数
|
||||
|
||||
private Integer examDays;//考试周时长
|
||||
|
||||
private Integer isQuestion;
|
||||
private Integer questionScore;
|
||||
private Integer isTask;
|
||||
|
||||
Reference in New Issue
Block a user