namespace Application.Dto.Icon; /// /// 搜索关键字生成请求 /// public record SearchKeywordsRequest { /// /// 分类名称 /// public string CategoryName { get; init; } = string.Empty; }