feat: 假单计入类型数量;按类型配置强制展示订单价格
This commit is contained in:
22
jituan/migrations/0023_club_leixing_show_price.py
Normal file
22
jituan/migrations/0023_club_leixing_show_price.py
Normal file
@@ -0,0 +1,22 @@
|
||||
# Generated manually for ClubShangpinLeixingConfig.show_price
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('jituan', '0022_user_wx_openid_wx_appid'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='clubshangpinleixingconfig',
|
||||
name='show_price',
|
||||
field=models.BooleanField(
|
||||
default=False,
|
||||
help_text='开启后小程序该类型订单显示分成价格,即使未开通对应会员',
|
||||
verbose_name='强制展示订单价格',
|
||||
),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user