0006_locationmodel_c_number.py 438 B

123456789101112131415161718
  1. # Generated by Django 4.1.2 on 2025-04-15 22:51
  2. from django.db import migrations, models
  3. class Migration(migrations.Migration):
  4. dependencies = [
  5. ('bin', '0005_alter_devicemodel_unique_together'),
  6. ]
  7. operations = [
  8. migrations.AddField(
  9. model_name='locationmodel',
  10. name='c_number',
  11. field=models.IntegerField(default=1, verbose_name='库位远近排序'),
  12. ),
  13. ]