src/main/java/org/springblade/modules/securitypaper/entity/SecurityPaper.java
@@ -69,8 +69,13 @@ private Long applyId; /** * 考试id * 考试id / 核查申请 id */ @TableField("exam_id") private Long examId; /** * 来源 1:考试通过生成 2:核查申请通过插入 3:其他 */ private Integer source; }