tangzy
2021-08-17 8b34a9baf45ac5d293f2fc8aacfe94c43070ce35
src/main/java/org/springblade/modules/system/vo/UserVO.java
@@ -91,4 +91,21 @@
    * 纬度
    */
   private String latitude;
   /**
    * 报名状态
    */
   private Integer applyStatus;
   /**
    * 报名id
    */
   private Long applyId;
   /**
    * 角色别名
    */
   private String roleAlias;
}