From 7e890d87a9bc560cf9283c9c955049f870b6f890 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E5=89=8D=E6=98=8E?= <909355014@qq.com> Date: Sat, 24 Sep 2022 12:47:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9D=A5=E8=AE=BF=E9=A1=B9=E7=9B=AE=E5=8F=AF?= =?UTF-8?q?=E7=A1=AC=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/vm/models.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/vm/models.py b/apps/vm/models.py index ff0d8d02..344ae25d 100644 --- a/apps/vm/models.py +++ b/apps/vm/models.py @@ -1,13 +1,13 @@ from django.db import models from apps.hrm.models import Employee -from apps.utils.models import CommonAModel, CommonBModel, BaseModel +from apps.utils.models import CommonAModel, CommonBDModel, CommonBModel, BaseModel from apps.system.models import User from apps.wf.models import Ticket # Create your models here. -class Visit(CommonBModel): +class Visit(CommonBDModel): """ 访问项目 """