Răsfoiți Sursa

客户跟踪

wushaodong 4 ani în urmă
părinte
comite
8d1219745a
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      apps/customer/models.py

+ 1 - 0
apps/customer/models.py

@@ -1,6 +1,7 @@
 # coding=utf-8
 from django.db import models
 from django.conf import settings
+from django.utils import timezone
 from utils.exceptions import CustomError
 from apps.option.models import Option
 from apps.agent.models import Store