forked from erp-dev/erp
18 lines
416 B
Python
18 lines
416 B
Python
# Generated by Django 5.2.7 on 2025-11-12 06:19
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('stateflow', '0013_alter_stateflowrecord_unique_together'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelOptions(
|
|
name='process',
|
|
options={'verbose_name': '流程编排', 'verbose_name_plural': '流程编排'},
|
|
),
|
|
]
|