19 lines
476 B
Python
19 lines
476 B
Python
# Generated by Django 4.2.27 on 2026-07-30 01:06
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('wpm', '0136_alter_handover_global_scope_fields'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='mlog',
|
|
name='wpr_defect_snapshot',
|
|
field=models.JSONField(blank=True, editable=False, null=True, verbose_name='单件缺陷提交前快照'),
|
|
),
|
|
]
|