1
zj
2025-10-09 df30c88c2c76da0cb607bcf129446f43c9a521da
ruoyi-system/src/main/java/com/ruoyi/system/domain/vo/UserAccountVo.java
@@ -13,7 +13,7 @@
@Data
public class UserAccountVo {
    private String keyword;
    private String keywords;
    // 自增ID主键
    private Integer id;
@@ -28,7 +28,7 @@
    private String password;
    // 账号类型: 0:真实 1:虚拟
    private Integer accountType = 0;
    private Integer accountType;
    // 云信账号
    private String cloudMessageAccount;
@@ -36,8 +36,8 @@
    // 昵称
    private String nickname;
    // 账号状态: 0:正常 1:禁用
    private Integer status = 0;
    // 账号状态: 1:正常 0:禁用
    private Integer status;
    // 最近登录时间
    private Date loginTime;
@@ -72,6 +72,9 @@
    private Boolean deleted;
    //职位
    private String position;
    //开始时间
    private Date startTime;
    //结束时间