mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-12 20:36:50 +08:00
考试增加字段
This commit is contained in:
@@ -64,6 +64,14 @@ public class AloneExam extends IdBaseEntity {
|
|||||||
@Column(name = "ucode", length = 30)
|
@Column(name = "ucode", length = 30)
|
||||||
private String ucode;
|
private String ucode;
|
||||||
|
|
||||||
|
/**关联类型*/
|
||||||
|
@Column(name = "ref_type", length = 30)
|
||||||
|
private String refType;
|
||||||
|
|
||||||
|
/**关联ID*/
|
||||||
|
@Column(name = "ref_id", length = 32)
|
||||||
|
private String refId;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 对应考试的id
|
* 对应考试的id
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -50,6 +50,12 @@ public class AloneExamAnswer extends IdBaseEntity {
|
|||||||
@Column(name = "aid", nullable = false, length = 20)
|
@Column(name = "aid", nullable = false, length = 20)
|
||||||
private String aid;
|
private String aid;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 独立考试任务的id
|
||||||
|
*/
|
||||||
|
@Column(name = "alone_id",length = 20)
|
||||||
|
private String aloneId;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 答卷人姓名
|
* 答卷人姓名
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user