mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-16 22:36:50 +08:00
成长路径图,考试添加关联字段
This commit is contained in:
@@ -178,4 +178,8 @@ public class ExamTest extends BaseEntity {
|
|||||||
|
|
||||||
@Transient
|
@Transient
|
||||||
private String paperName;
|
private String paperName;
|
||||||
|
|
||||||
|
/** 关联类型,1、项目 2、学习路径图 3、面授课 14、成长路径图 */
|
||||||
|
@Column(name = "ref_type")
|
||||||
|
private Integer refType;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user