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
482 B
19 lines
482 B
3 days ago
|
# Generated by Django 4.2.7 on 2025-07-01 02:57
|
||
|
|
||
|
from django.db import migrations, models
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
('mock', '0004_zzmockmodel_errorcode'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.AddField(
|
||
|
model_name='zzmockmodel',
|
||
|
name='reportCheckTicket',
|
||
|
field=models.BooleanField(default=False, help_text='检票数据上报接口', verbose_name='检票数据上报接口'),
|
||
|
),
|
||
|
]
|