feat: wpr data字段数据库同步
This commit is contained in:
parent
5ae9030152
commit
a5e8fe3dde
|
@ -0,0 +1,18 @@
|
||||||
|
# Generated by Django 3.2.12 on 2025-06-27 09:13
|
||||||
|
|
||||||
|
from django.db import migrations, models
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('wpmw', '0007_wpr_number_out'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
migrations.AddField(
|
||||||
|
model_name='wpr',
|
||||||
|
name='data',
|
||||||
|
field=models.JSONField(blank=True, default=dict, verbose_name='数据'),
|
||||||
|
),
|
||||||
|
]
|
Loading…
Reference in New Issue