From c6c31238eb870b5bc9bf0765edd439e9896919da Mon Sep 17 00:00:00 2001
From: heheng <475597332@qq.com>
Date: Tue, 22 Jul 2025 10:20:37 +0800
Subject: [PATCH] 修复minio下载预览地址
---
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