考试增加字段

This commit is contained in:
daihh
2022-11-11 12:14:15 +08:00
parent 32bd053886
commit 8192ef471a
2 changed files with 14 additions and 0 deletions

View File

@@ -63,6 +63,14 @@ public class AloneExam extends IdBaseEntity {
*/
@Column(name = "ucode", length = 30)
private String ucode;
/**关联类型*/
@Column(name = "ref_type", length = 30)
private String refType;
/**关联ID*/
@Column(name = "ref_id", length = 32)
private String refId;
/**
* 对应考试的id

View File

@@ -49,6 +49,12 @@ public class AloneExamAnswer extends IdBaseEntity {
*/
@Column(name = "aid", nullable = false, length = 20)
private String aid;
/**
* 独立考试任务的id
*/
@Column(name = "alone_id",length = 20)
private String aloneId;
/**
* 答卷人姓名