update 角色授权区域

This commit is contained in:
2021-04-30 15:41:14 +08:00
parent 57c8782a18
commit bf3210f861
8 changed files with 235 additions and 191 deletions

View File

@@ -143,7 +143,8 @@ namespace Ewide.Core.Service
.Select(u => new
{
u.Code,
u.Value
u.Value,
u.Remark
}).ToListAsync();
}