2 Commits a550ab5f4c ... 41b139f142

Author SHA1 Message Date
  xujiaheng 41b139f142 Merge remote-tracking branch 'origin/v2.2.0' into v2.2.0 3 years ago
  xujiaheng 57ffc66755 增加列表类型注释 3 years ago

+ 1 - 2
src/main/java/com/persagy/apm/alarmservice/group/alarmrecord/model/dto/DownloadAllAlarmRecordDTO.java

@@ -16,8 +16,7 @@ import java.util.List;
 @Data
 @ApiModel
 public class DownloadAllAlarmRecordDTO {
-    @ApiModelProperty(value = "列表类型", required = true,
-            notes = "com.persagy.apm.alarmservice.group.alarmrecord.enums.EnumAlarmListType")
+    @ApiModelProperty(value = "列表类型CURRENT,HISTORY", required = true)
     private String listType;
     @ApiModelProperty(value = "报警开始时间")
     private Date triggerStartTime;