From ba5ba480cef0788a50d9543d4cb3d7c5046243c8 Mon Sep 17 00:00:00 2001
From: zj <1772600164@qq.com>
Date: Mon, 25 Aug 2025 23:35:53 +0800
Subject: [PATCH] 1

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

diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/domain/vo/UserAccountUpdateVo.java b/ruoyi-system/src/main/java/com/ruoyi/system/domain/vo/UserAccountUpdateVo.java
index e6dac8f..20c3522 100644
--- a/ruoyi-system/src/main/java/com/ruoyi/system/domain/vo/UserAccountUpdateVo.java
+++ b/ruoyi-system/src/main/java/com/ruoyi/system/domain/vo/UserAccountUpdateVo.java
@@ -20,7 +20,6 @@
 
 
     // 自增ID主键
-    @TableId(type = IdType.AUTO) // 主键自增
     private Integer id;
 
     // 云信账号
@@ -38,7 +37,7 @@
     // 昵称
     private String nickname;
 
-    // 账号状态: 1:正常 0:禁用
+    // 账号状态: 0:正常 1:禁用
     private Integer status;
 
     // 个性签名

--
Gitblit v1.9.3