阿龙电竞后端已经修复了提现问题,聊天问题,管式商家分红最新代码
This commit is contained in:
@@ -11,6 +11,10 @@ class Dingdan(models.Model):
|
||||
jine = models.DecimalField(max_digits=10, decimal_places=2, null=True, blank=True, verbose_name='订单金额')
|
||||
dashou_fencheng = models.DecimalField(max_digits=10, decimal_places=2, null=True, blank=True, verbose_name='打手分成')
|
||||
guanshi_fencheng = models.DecimalField(max_digits=10, decimal_places=2, null=True, blank=True, default=0, verbose_name='管事分成')
|
||||
guanshi_shangjia_fencheng = models.DecimalField(
|
||||
max_digits=10, decimal_places=2, null=True, blank=True, default=0,
|
||||
verbose_name='管事商家派单分成'
|
||||
)
|
||||
# 用户与商品关联ID
|
||||
jiedan_dashou_id = models.CharField(max_length=32, null=True, db_index=True,blank=True, verbose_name='接单打手ID')
|
||||
dashou_liuyan = models.TextField(null=True, blank=True, verbose_name='打手留言')
|
||||
|
||||
Reference in New Issue
Block a user