no message

This commit is contained in:
yajiwa 2023-03-02 11:31:42 +08:00
parent 6af5e42bf0
commit 3b7972454d

View File

@ -8,6 +8,7 @@ from .goods_info import GoodsInfo
class BagUser(Model):
id = fields.IntField(pk=True, generated=True, auto_increment=True)
"""自增id"""
user_qq = fields.BigIntField()