doc(告警模块):修改有歧义的字段描述(#396)
This commit is contained in:
parent
25da12e83c
commit
dacee03833
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue