分支机构的项目管理,基于Django
This commit is contained in:
18
fzjgact/huodong/migrations/0015_alter_activity_scope.py
Normal file
18
fzjgact/huodong/migrations/0015_alter_activity_scope.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.0.6 on 2024-10-28 05:59
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('huodong', '0014_branch_category'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='activity',
|
||||
name='scope',
|
||||
field=models.CharField(choices=[('新建', '新建'), ('搬迁', '搬迁'), ('原址装修', '原址装修'), ('撤销', '撤销'), ('其他技术问题', '其他技术问题')], max_length=255),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user