From 8f886e9bb2f9204cf0b923979558482249aa8aef Mon Sep 17 00:00:00 2001
From: zj <1772600164@qq.com>
Date: Mon, 13 Oct 2025 18:39:35 +0800
Subject: [PATCH] 1
---
ruoyi-system/src/main/java/com/ruoyi/system/domain/vo/UserAccountVo.java | 5 ++++-
1 files changed, 4 insertions(+), 1 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 fdbc29d..13133ea 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
@@ -36,7 +36,7 @@
// 昵称
private String nickname;
- // 账号状态: 0:正常 1:禁用
+ // 账号状态: 1:正常 0:禁用
private Integer status;
// 最近登录时间
@@ -72,6 +72,9 @@
private Boolean deleted;
+ //职位
+ private String position;
+
//开始时间
private Date startTime;
//结束时间
--
Gitblit v1.9.3