19 lines
468 B
Python
19 lines
468 B
Python
# Generated by Django 4.2.27 on 2026-07-16 02:17
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('mtm', '0065_material_count_safe_upper_alter_material_count_safe'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterField(
|
|
model_name='process',
|
|
name='clear_defect',
|
|
field=models.BooleanField(default=False, verbose_name='合格B类默认记合格'),
|
|
),
|
|
]
|