智慧保安后台管理-验收版本
tangzy
2021-07-27 ccebbfd35eca5cd24eb3e32f7c1158e0596c471c
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;
}