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