using System; using Volo.Abp.Application.Dtos; namespace Sozsoft.Platform.Public; public class CountryGroupDto : AuditedEntityDto { public string Name { get; set; } }