namespace NetAdmin.Domain.Dto.Sys.Cache; /// /// 请求:获取所有缓存项 /// public sealed record GetAllEntriesReq : DataAbstraction { /// /// 关键词 /// public string Keywords { get; init; } }