feat(models): 为scores类添加mp相关的两个字段
This commit is contained in:
@@ -97,4 +97,6 @@ class Score(BaseModel):
|
||||
legacy_total_score: int
|
||||
legacy_perfect: bool
|
||||
|
||||
# mp字段
|
||||
# mp字段
|
||||
playlist_item_id: Optional[int] = None
|
||||
room_id: Optional[int] = None
|
||||
Reference in New Issue
Block a user