智慧保安后台管理项目备份
zhongrj
2024-05-24 b5960d1968e007b91d4d33dd7cbb74f1b566f2c1
src/main/java/org/springblade/modules/training/vo/TrainingRegistrationVo.java
@@ -57,4 +57,51 @@
    * 考试名称
    */
   private String trainExamName;
   /**
    * 考试id
    */
   private String examId;
   /**
    * 考的证
    */
   private String applyCard;
   /**
    * 考试类型
    */
   private Integer examType;
   /**
    * 多人报名
    */
   private String userIds;
   /**
    * 学历
    */
   private String education;
   private String examTime;
   /**
    * 审查状态
    */
   private String examinationType;
   /**
    * 审查明细
    */
   private String examinationMx;
   /**
    * 审查时间
    */
   @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8")
   @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
   private Date auditTime;
}