using Abp.Application.Services.Dto; namespace WePlatform.WeLib.Package.Dto { public class SolidifyDto : EntityDto<string> { public string NewName { get; set; } } }