namespace MiGu.Server.Dashboard; /// 用户 Dashboard 快捷入口配置(按 user + scope 一行)。 public sealed class UserDashboardShortcut { public string UserId { get; set; } = ""; public string Scope { get; set; } = ""; public string KeysJson { get; set; } = "[]"; public DateTimeOffset UpdatedAt { get; set; } }