feat: mpoint增加查询条件

This commit is contained in:
caoqianming 2024-12-06 19:26:38 +08:00
parent 2f35b78604
commit 1b3bfabd55
1 changed files with 1 additions and 0 deletions

View File

@ -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"],