zengh
2021-08-28 12db7c079a78e83fea6625d8f35271741efdeba7
src/main/java/org/springblade/modules/apply/entity/Apply.java
@@ -158,11 +158,13 @@
   /**
     * 审核状态
    */
   @TableField("examination_type")
   private String examinationType;
   /**
    * 审核明细
    */
   @TableField("examination_mx")
   private String examinationMx;
   /**
@@ -170,4 +172,10 @@
    */
   @TableField("apply_code")
   private String applyCode;
   /**
    * 是否考试  1:报名未考   2:已考
    */
   @TableField("is_exam")
   private Integer isExam;
}