|
@@ -20,6 +20,7 @@ type EdbMonitorController struct {
|
|
|
// @Param CurrentIndex query int true "当前页页码,从1开始"
|
|
|
// @Param ClassifyId query string true "分类ID,多选用逗号分隔"
|
|
|
// @Param Level query string true "预警等级,多选用逗号分隔"
|
|
|
+// @Param State query string true "预警状态,多选用逗号分隔"
|
|
|
// @Param UserId query string true "创建人ID,多选用逗号分隔"
|
|
|
// @Success 200 {object} response.EdbMonitorInfoListResp
|
|
|
// @router /list [get]
|