doc(告警模块):修改有歧义的字段描述(#396)

This commit is contained in:
PengyuDeng 2023-08-07 09:21:58 +08:00 committed by GitHub
parent 25da12e83c
commit dacee03833
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ public class AlarmRuleBindEntity extends GenericEntity<String> {
@Column(nullable = false, updatable = false, length = 64)
@NotBlank
@Schema(description = "告警ID")
@Schema(description = "告警配置ID")
private String alarmId;
@Column(nullable = false, updatable = false, length = 64)