namespace VberZero.AppService.Attaches.Dto; public class QueryAttachDto { public string CodeKey { get; set; } public string Key { get; set; } }