1
dd
2025-10-27 11ffae1ecbe3d26863fd51262d7ffb043eb089da
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;