From 8c91afa9c1bbe5fae9d88cfd1e7243c376af69fe Mon Sep 17 00:00:00 2001
From: “djh” <“3298565835@qq.com”>
Date: 星期一, 21 七月 2025 09:19:29 +0800
Subject: [PATCH] 修改

---
 multi-common/src/main/java/com/gkhy/exam/common/domain/entity/SysUser.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/multi-common/src/main/java/com/gkhy/exam/common/domain/entity/SysUser.java b/multi-common/src/main/java/com/gkhy/exam/common/domain/entity/SysUser.java
index b23557b..89c1576 100644
--- a/multi-common/src/main/java/com/gkhy/exam/common/domain/entity/SysUser.java
+++ b/multi-common/src/main/java/com/gkhy/exam/common/domain/entity/SysUser.java
@@ -72,8 +72,8 @@
     @TableField("age")
     private Integer age;
 
-    @ApiModelProperty(value = "人员类别1技术2管理",required = true)
-    @NotNull(message = "人员类别1技术2管理")
+    @ApiModelProperty(value = "人员类别1技术2管理3行政",required = true)
+    @NotNull(message = "人员类别1技术2管理3行政")
     @TableField("person_type")
     private Integer personType;
 

--
Gitblit v1.9.2