rgfewfger

This commit is contained in:
27942
2025-11-20 10:48:28 +08:00
parent e313db254a
commit aa58dc395f
4 changed files with 1389 additions and 73 deletions

View File

@@ -6,9 +6,10 @@ from models import db1
class Xstart(Model):
id = AutoField(primary_key=True) # 自增主键
bit_id = IntegerField(null=True)
start = CharField(null=True)
start = IntegerField(null=True)
x_id = IntegerField(null=True)
ip_id = IntegerField(null=True)
url_id = CharField(null=True)
class Meta:
database = db1 # 所属数据库