From 934d97b2e6086db0be2772acbbe2ec33133bd77e Mon Sep 17 00:00:00 2001
From: zj <1772600164@qq.com>
Date: Thu, 16 Oct 2025 00:13:55 +0800
Subject: [PATCH] 1

---
 ruoyi-system/src/main/java/com/ruoyi/system/domain/vo/UserAccountVo.java |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/domain/vo/UserAccountVo.java b/ruoyi-system/src/main/java/com/ruoyi/system/domain/vo/UserAccountVo.java
index 3e748f5..b981764 100644
--- a/ruoyi-system/src/main/java/com/ruoyi/system/domain/vo/UserAccountVo.java
+++ b/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;
@@ -30,13 +30,16 @@
     // 账号类型: 0:真实 1:虚拟
     private Integer accountType;
 
+    //是否已激活  true 已激活  false  未激活
+    private Boolean activate;
+
     // 云信账号
     private String cloudMessageAccount;
 
     // 昵称
     private String nickname;
 
-    // 账号状态: 0:正常 1:禁用
+    // 账号状态: 1:正常 0:禁用
     private Integer status;
 
     // 最近登录时间
@@ -72,6 +75,9 @@
 
     private Boolean deleted;
 
+    //职位
+    private String position;
+
     //开始时间
     private Date startTime;
     //结束时间

--
Gitblit v1.9.3