Administrator
2022-06-16 2ebca060a47784db76369a4aa84f63293da9be33
src/main/java/org/springblade/modules/apply/entity/Apply.java
@@ -155,7 +155,27 @@
   @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
   private Date examTime;
   /**
    * 审核状态
    */
   @TableField("examination_type")
   private String examinationType;
   /**
    * 审核明细
    */
   @TableField("examination_mx")
   private String examinationMx;
   /**
    * 报名编号
    */
   @TableField("apply_code")
   private String applyCode;
   /**
    * 是否考试  1:报名未考   2:已考
    */
   @TableField("is_exam")
   private Integer isExam;
}