From 9a19027cc17ad219fcffb5beb040f54975aac5ee Mon Sep 17 00:00:00 2001 From: jimmy-sketch Date: Fri, 25 Jul 2025 20:02:21 +0800 Subject: [PATCH] =?UTF-8?q?feat(models):=20=E4=B8=BAscores=E7=B1=BB?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0mp=E7=9B=B8=E5=85=B3=E7=9A=84=E4=B8=A4?= =?UTF-8?q?=E4=B8=AA=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/models/score.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/models/score.py b/app/models/score.py index 653c75a..81db1f4 100644 --- a/app/models/score.py +++ b/app/models/score.py @@ -97,4 +97,6 @@ class Score(BaseModel): legacy_total_score: int legacy_perfect: bool - # mp字段 \ No newline at end of file + # mp字段 + playlist_item_id: Optional[int] = None + room_id: Optional[int] = None \ No newline at end of file