From cdd879c5837f9db176479ccb83ac23641030e45f Mon Sep 17 00:00:00 2001 From: caoqianming Date: Mon, 26 Aug 2024 14:15:01 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E4=B8=8D=E5=90=88?= =?UTF-8?q?=E6=A0=BC=E5=93=81=E5=B0=8F=E5=B4=A9=E8=BE=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 e069a46d..ed774bf0 100644 --- a/apps/qm/models.py +++ b/apps/qm/models.py @@ -34,6 +34,7 @@ class NotOkOption(models.TextChoices): thhs = "thhs", _("退火后碎") swen = "swen", _("水纹") bb = "bb", _("崩边") + xbb = "xbb", _("小崩边") wm = "wm", _("雾面") md = "md", _("麻点") xh = "xh", _("线痕")