成长路径图,考试添加关联字段

This commit is contained in:
yang
2024-07-11 16:33:22 +08:00
parent be18e35583
commit 3b34cc1bde

View File

@@ -178,4 +178,8 @@ public class ExamTest extends BaseEntity {
@Transient
private String paperName;
/** 关联类型1、项目 2、学习路径图 3、面授课 14、成长路径图 */
@Column(name = "ref_type")
private Integer refType;
}