18 lines
437 B
Python
18 lines
437 B
Python
# Generated by Django 4.1.3 on 2023-05-03 22:26
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('mysystem', '0006_appversion'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelOptions(
|
|
name='dept',
|
|
options={'ordering': ('sort', 'create_datetime'), 'verbose_name': '部门表', 'verbose_name_plural': '部门表'},
|
|
),
|
|
]
|