parent
6a43412406
commit
4908259fad
3 changed files with 30 additions and 1 deletions
@ -0,0 +1,18 @@ |
|||||||
|
# Generated by Django 4.2.7 on 2026-03-27 09:57 |
||||||
|
|
||||||
|
from django.db import migrations, models |
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration): |
||||||
|
|
||||||
|
dependencies = [ |
||||||
|
('product', '0004_prditem_have_history'), |
||||||
|
] |
||||||
|
|
||||||
|
operations = [ |
||||||
|
migrations.AddField( |
||||||
|
model_name='prditem', |
||||||
|
name='prd_status', |
||||||
|
field=models.CharField(default='立项', help_text='版本状态', max_length=200, verbose_name='版本状态'), |
||||||
|
), |
||||||
|
] |
||||||
Loading…
Reference in new issue