namespace Application.Dto.Icon; /// /// 搜索图标请求 /// public record SearchIconsRequest { /// /// 搜索关键字数组 /// public List Keywords { get; init; } = []; }