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,