From 65ca50935315a89e219b7c974caf95dc28895ffc Mon Sep 17 00:00:00 2001
From: “djh” <“3298565835@qq.com”>
Date: Thu, 16 Oct 2025 08:37:56 +0800
Subject: [PATCH] 修改
---
hazmat-common/src/main/java/com/gkhy/hazmat/common/domain/entity/SysUser.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/hazmat-common/src/main/java/com/gkhy/hazmat/common/domain/entity/SysUser.java b/hazmat-common/src/main/java/com/gkhy/hazmat/common/domain/entity/SysUser.java
index 9e803bf..4cb1c74 100644
--- a/hazmat-common/src/main/java/com/gkhy/hazmat/common/domain/entity/SysUser.java
+++ b/hazmat-common/src/main/java/com/gkhy/hazmat/common/domain/entity/SysUser.java
@@ -50,7 +50,7 @@
private String name;
@NotNull(message = "用户类型不能为空")
- @ApiModelProperty(value = "用户类型(0系统用户,1企业级用户,2普通用户,默认0)",required = true)
+ @ApiModelProperty(value = "用户类型(0系统用户,1企业级用户,2普通用户,3监管部门,默认0)",required = true)
@TableField("user_type")
private Integer userType;
--
Gitblit v1.9.2