From 0d138e3269e1d32f4a52a61b783e74ef17aa7fb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?old=E6=98=93?= <156663459@qq.com> Date: Tue, 12 Nov 2024 09:57:40 +0800 Subject: [PATCH] bug fixed --- New_College.Common/Enum/EnumHelper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/New_College.Common/Enum/EnumHelper.cs b/New_College.Common/Enum/EnumHelper.cs index 27eda6d..8b7d4d1 100644 --- a/New_College.Common/Enum/EnumHelper.cs +++ b/New_College.Common/Enum/EnumHelper.cs @@ -13,7 +13,7 @@ namespace New_College.Common [Description("普通用户")] General = 0, /// - /// 个人代理 + /// 个人代理(专家) /// [Description("个人代理")] PersonalAgency = 1,