1234567891011121314151617 |
- # Generated by Django 4.1.2 on 2025-05-08 22:10
- from django.db import migrations
- class Migration(migrations.Migration):
- dependencies = [
- ('bound', '0008_alter_boundbatchmodel_goods_std_and_more'),
- ]
- operations = [
- migrations.AlterModelOptions(
- name='boundlistmodel',
- options={'ordering': ['bound_status', '-id'], 'verbose_name': 'Bound List', 'verbose_name_plural': 'Bound List'},
- ),
- ]
|