智慧保安后台管理-外网-验收版本
tangzy
2021-08-05 60f3b50baef73b3c8d928c7059632f8df892fafc
src/main/java/org/springblade/modules/apply/entity/Apply.java
@@ -170,4 +170,10 @@
    */
   @TableField("apply_code")
   private String applyCode;
   /**
    * 是否考试  1:报名未考   2:已考
    */
   @TableField("is_exam")
   private Integer isExam;
}