feat: 链接填单增加拼多多订单号/手机号校验并隐藏H5价格
This commit is contained in:
22
orders/migrations/0015_merchantorderext_bossphone.py
Normal file
22
orders/migrations/0015_merchantorderext_bossphone.py
Normal file
@@ -0,0 +1,22 @@
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('orders', '0014_order_assigned_response'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='merchantorderext',
|
||||
name='BossPhone',
|
||||
field=models.CharField(
|
||||
blank=True,
|
||||
db_column='laoban_shouji',
|
||||
default='',
|
||||
max_length=11,
|
||||
verbose_name='老板手机号(链接填单)',
|
||||
),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user