feat(challenges): 新增今日上报值与目标值字段至排行榜接口

This commit is contained in:
richarjiang
2025-09-29 17:22:10 +08:00
parent 12acbbd166
commit f13953030b
2 changed files with 26 additions and 0 deletions

View File

@@ -11,4 +11,6 @@ export interface RankingItemDto {
avatar: string | null;
metric: string;
badge?: string;
todayReportedValue: number;
todayTargetValue: number;
}