Update models.py

This commit is contained in:
ishkong 2024-12-09 15:06:17 +08:00 committed by GitHub
parent e3933288f0
commit 290d721f79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@ class ArknightsAttendanceAwardResource(Struct):
name: str name: str
rarity: int rarity: int
sortId: int sortId: int
othersource: List[str] otherSource: List[str]
classifyType: str classifyType: str
stageDropList: List[ArknightsAttendanceStageDropListItem] stageDropList: List[ArknightsAttendanceStageDropListItem]
buildingProductList: List[ArknightsAttendanceBuildingProductListItem] buildingProductList: List[ArknightsAttendanceBuildingProductListItem]