mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 14:22:55 +08:00
no message
This commit is contained in:
parent
6af5e42bf0
commit
3b7972454d
@ -8,6 +8,7 @@ from .goods_info import GoodsInfo
|
|||||||
|
|
||||||
|
|
||||||
class BagUser(Model):
|
class BagUser(Model):
|
||||||
|
|
||||||
id = fields.IntField(pk=True, generated=True, auto_increment=True)
|
id = fields.IntField(pk=True, generated=True, auto_increment=True)
|
||||||
"""自增id"""
|
"""自增id"""
|
||||||
user_qq = fields.BigIntField()
|
user_qq = fields.BigIntField()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user