Administrator
2021-07-22 887fe5cfaa835a8da3f6d7a6f48feeb8e52be88b
src/main/java/org/springblade/modules/apply/entity/Apply.java
@@ -155,7 +155,19 @@
   @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
   private Date examTime;
   /**
    * 审核状态
    */
   private String examinationType;
   /**
    * 审核明细
    */
   private String examinationMx;
   /**
    * 报名编号
    */
   @TableField("apply_code")
   private String applyCode;
}