From 1b3bfabd555a0b594b7bf0a5505e3f9ff49b596a Mon Sep 17 00:00:00 2001 From: caoqianming Date: Fri, 6 Dec 2024 19:26:38 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20mpoint=E5=A2=9E=E5=8A=A0=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/enm/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/enm/views.py b/apps/enm/views.py index 6f2120d5..9f45b06d 100644 --- a/apps/enm/views.py +++ b/apps/enm/views.py @@ -34,6 +34,7 @@ class MpointViewSet(CustomModelViewSet): "ep_monitored": ["exact"], "ep_belong": ["exact"], "mgroup": ["exact"], + "is_rep_mgroup": ["exact"], "type": ["exact"], "mgroup__name": ["exact"], "val_type": ["exact"],