using Abp.Application.Services.Dto; namespace WeOnlineApp.TrainingCampPlay.Dto { public class PlayRoleDto : EntityDto<string> { public string Role { get; set; } } }