19 lines
429 B
Python
19 lines
429 B
Python
# Generated by Django 3.2.12 on 2024-09-09 02:17
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('enm', '0043_xscript'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='enstat',
|
|
name='imaterial_data_dict',
|
|
field=models.JSONField(blank=True, default=list, verbose_name='成本物料数据'),
|
|
),
|
|
]
|