瀏覽代碼

客户跟踪

wushaodong 4 年之前
父節點
當前提交
8d1219745a
共有 1 個文件被更改,包括 1 次插入0 次删除
  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