完成分配

This commit is contained in:
yubaolee
2016-10-21 00:33:35 +08:00
parent de50581f8b
commit b3a7afc32b
10 changed files with 206 additions and 284 deletions

View File

@@ -55,7 +55,7 @@ namespace OpenAuth.App.ViewModel
/// <summary>
///是否属于某用户
/// </summary>
public bool IsBelongUser { get; set; }
public bool Checked { get; set; }
public static implicit operator RoleVM(Role role)
{