using System.Collections.Generic; using Abp.Application.Services.Dto; namespace ContractService.Basic.Organization.Dto { public class OrgAuthDto : EntityDto { public List PermissionNames { get; set; } } }