You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
418 B

# Generated by Django 5.0.3 on 2024-06-01 06:28
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('SS01', '0002_saleticketdetail'),
]
operations = [
migrations.AddField(
model_name='user',
name='ZHlei',
field=models.CharField(default='', max_length=255, verbose_name='账户类型'),
),
]