feat: mpoint增加查询条件
This commit is contained in:
parent
2f35b78604
commit
1b3bfabd55
|
@ -34,6 +34,7 @@ class MpointViewSet(CustomModelViewSet):
|
||||||
"ep_monitored": ["exact"],
|
"ep_monitored": ["exact"],
|
||||||
"ep_belong": ["exact"],
|
"ep_belong": ["exact"],
|
||||||
"mgroup": ["exact"],
|
"mgroup": ["exact"],
|
||||||
|
"is_rep_mgroup": ["exact"],
|
||||||
"type": ["exact"],
|
"type": ["exact"],
|
||||||
"mgroup__name": ["exact"],
|
"mgroup__name": ["exact"],
|
||||||
"val_type": ["exact"],
|
"val_type": ["exact"],
|
||||||
|
|
Loading…
Reference in New Issue