Commit 35663d95 authored by 黄奎's avatar 黄奎

页面修改

parent 8a94f8d4
using Edu.Common;
using System;
using System.Collections.Generic;
namespace Edu.Model.ViewModel.User
{
......@@ -33,5 +34,15 @@ namespace Edu.Model.ViewModel.User
/// 校区名称
/// </summary>
public string SName { get; set; }
/// <summary>
/// 角色列表
/// </summary>
public List<int> RoleList
{
get {
return Common.ConvertHelper.StringToList(this.RoleAuth);
}
}
}
}
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