chore(注释): 调整仪表盘注释为中文

This commit is contained in:
yangjianbo
2026-01-11 16:02:28 +08:00
parent 1a869547d7
commit d78f42d2fd

View File

@@ -34,7 +34,7 @@ type dashboardStatsCacheEntry struct {
UpdatedAt int64 `json:"updated_at"`
}
// DashboardService provides aggregated statistics for admin dashboard.
// DashboardService 提供管理员仪表盘统计服务。
type DashboardService struct {
usageRepo UsageLogRepository
aggRepo DashboardAggregationRepository