From 4e35f136d1d2aca07b42ab0fdf267e6aa1f3f9c3 Mon Sep 17 00:00:00 2001
From: heheng <475597332@qq.com>
Date: 星期四, 17 七月 2025 17:17:31 +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