From ac6fd28aba6d4446f6fb6436861a322cd709d5da Mon Sep 17 00:00:00 2001 From: caoqianming Date: Mon, 26 Aug 2024 14:25:26 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E6=A3=95=E5=9C=88?= =?UTF-8?q?=E4=BD=9C=E4=B8=BA=E4=B8=8D=E5=90=88=E6=A0=BC=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/qm/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/qm/models.py b/apps/qm/models.py index ed774bf0..1d0944f9 100644 --- a/apps/qm/models.py +++ b/apps/qm/models.py @@ -40,6 +40,7 @@ class NotOkOption(models.TextChoices): xh = "xh", _("线痕") b = "b", _("扁") zb = "zb", _("棕边") + zq = "zq", _("棕圈") hqbx = "hqbx", _("黑圈变形") dj = "dj", _("倒角") ps = "ps", _("破损")