19 lines
464 B
Python
19 lines
464 B
Python
# Generated by Django 6.0 on 2025-12-26 17:26
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
("yonghu", "0006_remove_usermain_yaoqingma_usermain_last_login_and_more"),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name="userdashou",
|
|
name="chengjiaozongliang",
|
|
field=models.IntegerField(default=0, verbose_name="成交单总量"),
|
|
),
|
|
]
|