From a06a2d1502d6d397aae1a647b188310dca8c5d68 Mon Sep 17 00:00:00 2001 From: Bob <1397910458@qq.com> Date: Mon, 26 Oct 2020 08:59:43 +0800 Subject: [PATCH] =?UTF-8?q?#=E6=9B=B4=E6=94=B9=E6=95=B0=E6=8D=AE=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dashboard/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dashboard/models.py b/dashboard/models.py index 210f646..a2d87d2 100644 --- a/dashboard/models.py +++ b/dashboard/models.py @@ -753,6 +753,7 @@ class TimelinessMonitoring(models.Model): + # 错别字临时表 class Wrongly(models.Model): id = models.UUIDField('id', primary_key=True, default=uuid.uuid4)