智慧保安后台管理-外网项目备份
zhongrj
2022-08-24 9aed2297ee3f1bf1ffd14c139f5c77e3f36e16cb
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;
}