From c0f16750cb9097a8db7b68f8c1794c2aec28ca15 Mon Sep 17 00:00:00 2001
From: “djh” <“3298565835@qq.com”>
Date: 星期四, 24 七月 2025 15:01:10 +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