This commit is contained in:
aozhiwei 2024-11-13 13:46:53 +08:00
parent afa249b971
commit 475559d940

View File

@ -2009,8 +2009,8 @@ class WheelChip(object):
def __init__(self):
self.fields = [
['item_id', 0, '道具id'],
['left_time', 0, '生意时间'],
['left_time', 0, '生意时间'],
['left_time', 0, '剩余时间'],
['total_time', 0, '有效时间(总时间)'],
]
class WheelItem(object):