forked from erp-dev/erp
feat: added mdy stagging upload to tiia, and change outgoing_date to datetime type
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.2.8 on 2026-01-22 08:42
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('printing', '0031_plateorder_tiia_upload_failure'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='printingorder',
|
||||
name='outgoing_date',
|
||||
field=models.DateTimeField(blank=True, null=True, verbose_name='出货日期'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user