feat: 增加吨熟料发电量及计算
This commit is contained in:
parent
43aa4c83a8
commit
10024f0d05
|
@ -0,0 +1,18 @@
|
||||||
|
# Generated by Django 3.2.12 on 2024-05-10 03:14
|
||||||
|
|
||||||
|
from django.db import migrations, models
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('enm', '0033_remove_mpoint_mgroups_allocate'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
migrations.AddField(
|
||||||
|
model_name='enstat',
|
||||||
|
name='production_elec_unit',
|
||||||
|
field=models.FloatField(default=0, help_text='kw·h/t', verbose_name='吨熟料发电量'),
|
||||||
|
),
|
||||||
|
]
|
Loading…
Reference in New Issue