ruoyi-system/src/main/java/com/ruoyi/system/domain/vo/UserAccountVo.java @@ -30,6 +30,9 @@ // 账号类型: 0:真实 1:虚拟 private Integer accountType; //是否已激活 true 已激活 false 未激活 private Boolean activate; // 云信账号 private String cloudMessageAccount;