using System.Collections.Generic; using Abp.Application.Services.Dto; namespace WeOnlineApp.BaseSystem.Users.Dto { public class AuthDto : EntityDto { public List PermissionNames { get; set; } } }