30dc867f1334363e0951f4fL55">55 95
 class DistributorInfo(BaseModelMixin):
96
+    brand_id = models.CharField(_(u'brand_id'), max_length=32, blank=True, null=True, help_text=u'品牌唯一标识', db_index=True)
97
+
56 98
     distributor_id = ShortUUIDField(_(u'distributor_id'), max_length=32, help_text=u'经销商唯一标识', db_index=True, unique=True)
57 99
     distributor_name = models.CharField(_(u'distributor_name'), max_length=255, blank=True, null=True, help_text=u'经销商名称')
58 100
     distributor_descr = models.TextField(_(u'distributor_descr'), max_length=255, blank=True, null=True, help_text=u'经销商描述')

+ 1 - 0
requirements.txt

@@ -18,6 +18,7 @@ django-mobi==0.1.7
18 18
 django-models-ext==1.0.5
19 19
 django-multidomain==1.1.4
20 20
 django-paginator2==1.0.3
21
+django-response==1.0.0
21 22
 django-rlog==1.0.7
22 23
 django-shortuuidfield==0.1.3
23 24
 django-six==1.0.4

Kodo/kodo - Gogs: Go Git Service

1 Commits (0504f3b258b9487d3cfe7b47a07c33e01303e1fc)

Auteur SHA1 Bericht Datum
  Brightcells 7d85bed0b0 move errno_utils.py/response_utils.py into error file 10 jaren geleden