@@ -0,0 +1,20 @@  | 
            ||
| 1 | 
                +# -*- coding: utf-8 -*-  | 
            |
| 2 | 
                +# Generated by Django 1.11.22 on 2019-09-16 10:25  | 
            |
| 3 | 
                +from __future__ import unicode_literals  | 
            |
| 4 | 
                +  | 
            |
| 5 | 
                +from django.db import migrations, models  | 
            |
| 6 | 
                +  | 
            |
| 7 | 
                +  | 
            |
| 8 | 
                +class Migration(migrations.Migration):  | 
            |
| 9 | 
                +  | 
            |
| 10 | 
                + dependencies = [  | 
            |
| 11 | 
                +        ('sales', '0006_salesresponsibilityinfo_avatar'),
               | 
            |
| 12 | 
                + ]  | 
            |
| 13 | 
                +  | 
            |
| 14 | 
                + operations = [  | 
            |
| 15 | 
                + migrations.AddField(  | 
            |
| 16 | 
                + model_name='supersalesresponsibilityinfomodelssalestatisticinfo',  | 
            |
| 17 | 
                + name='sr_avatar',  | 
            |
| 18 | 
                + field=models.CharField(blank=True, help_text='\u9500\u552e\u62c5\u5f53\u5934\u50cf', max_length=255, null=True, verbose_name='sr_avatar'),  | 
            |
| 19 | 
                + ),  | 
            |
| 20 | 
                + ]  |