1
dd
2025-11-06 1e0848427a1f5c771b61a2939af3ff78b9b1d37b
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;