Commit d789cead authored by 黄奎's avatar 黄奎

页面修改

parent 271b73e8
using Edu.Common.Plugin;
namespace Edu.Common.Enum.User
{
/// <summary>
/// 用户角色枚举
/// </summary>
public enum UserRoleEnum
{
/// <summary>
/// 市场人员
/// </summary>
[EnumField("市场人员")]
MarketPersion = 1,
/// <summary>
/// 课程顾问
/// </summary>
[EnumField("课程顾问")]
CourseConsultant =2,
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment