From fce452e41e241047f6534bcb179b2902cb7b10b1 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Wed, 8 Mar 2023 12:11:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=98=E6=9B=B4taction=20model=20=E4=B8=BAco?= =?UTF-8?q?mmonamodel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/apps/supervision/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/apps/supervision/models.py b/server/apps/supervision/models.py index 6c00ca3..f7e023e 100644 --- a/server/apps/supervision/models.py +++ b/server/apps/supervision/models.py @@ -99,7 +99,7 @@ class TestReport(CommonBModel): issue_date = models.DateField('实际发放时间', null=True, blank=True) -class TAction(BaseModel): +class TAction(CommonAModel): """检测报告变更记录 """ TACTION_TYPE = (