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