1
dd
2025-11-29 9437600612eb0243a3371ff1e4fa3689cce8c83a
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;