1
zj
2025-10-16 934d97b2e6086db0be2772acbbe2ec33133bd77e
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;