1
zj
2025-11-21 2ec5c14a87bce4cb6ccba7a1bd87708bcce055a9
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;
@@ -72,6 +75,9 @@
    private Boolean deleted;
    //职位
    private String position;
    //开始时间
    private Date startTime;
    //结束时间