genshin-wiki/model/other.py

9 lines
132 B
Python
Raw Normal View History

2023-05-02 10:20:27 +00:00
from utils.model import BaseModel
class ItemCount(BaseModel):
item_id: int
"""物品ID"""
count: int
"""数量"""