mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-09 19:06:49 +08:00
考试增加字段
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
/**
|
||||
* 答卷人姓名
|
||||
|
||||
Reference in New Issue
Block a user