Files
a_long/dingdan/migrations/0023_alter_lilubiao_fadanpingtai.py
2026-06-14 02:38:05 +08:00

23 lines
676 B
Python
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Generated by Django 4.2.27 on 2026-04-10 18:05
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
("dingdan", "0022_alter_presettlement_dingdan_id_and_more"),
]
operations = [
migrations.AlterField(
model_name="lilubiao",
name="fadanpingtai",
field=models.CharField(
max_length=10,
null=True,
verbose_name="利率类型,平台分成利率1是平台订单打手分成,3是商家订单打手分成5打手提现佣金抽成6管事提现抽成8组长提现抽成",
),
),
]