This commit is contained in:
songliang 2023-06-25 14:20:09 +08:00
parent 554958b3ce
commit 6ac5b7510c

View File

@ -379,6 +379,8 @@ class Goods(object):
['limit_type', 0, '0:不限购(这时忽略bought_times、total_buy_times) 1:每日限购 2:周限购 3:累计限购'],
['bought_times', 0, '已购买次数'],
['total_buy_times', 0, '总的可购买次数'],
['free_type', 0, '免费类型 0:不免费 1:日刷新'],
['free_num', 0, '免费次数'],
]
class NewGoods(object):
def __init__(self):