智慧保安后台管理-外网-验收版本
tangzy
2021-12-06 cc057177b2fb17aee9a173a6adbabdc578fd74c7
src/main/java/org/springblade/modules/system/vo/UserVO.java
@@ -91,4 +91,31 @@
    * 纬度
    */
   private String latitude;
   /**
    * 报名状态
    */
   private Integer applyStatus;
   /**
    * 报名id
    */
   private Long applyId;
   /**
    * 角色别名
    */
   private String roleAlias;
   /**
    * 年齡
    */
   private Integer age;
   /**
    * 考试类型  1:正式考试   2:模拟考试
    */
   private Integer examType;
}