From c04f2d4a58bd72449b2212ed2f8b0c3ac9ec96be Mon Sep 17 00:00:00 2001
From: “djh” <“3298565835@qq.com”>
Date: Tue, 12 Aug 2025 11:04:16 +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