[web-app] 监控项数据详情编码

This commit is contained in:
tomsun28
2021-12-06 22:14:35 +08:00
parent f3186c5a26
commit f5dce847c1
12 changed files with 262 additions and 66 deletions

View File

@@ -39,8 +39,6 @@ public class MonitorDto {
private List<Param> params;
@ApiModelProperty(value = "指标组列表", accessMode = READ_ONLY, position = 2)
@NotNull
@Valid
private List<String> metrics;
/**