修改终端在线率
This commit is contained in:
@@ -17,7 +17,7 @@ import javax.validation.constraints.Pattern;
|
||||
@Data
|
||||
public class AlarmStrategyParam {
|
||||
|
||||
@ApiModelProperty(value = "告警策略Id", required = true)
|
||||
@ApiModelProperty(value = "告警策略Id 关联字典表id", required = true)
|
||||
@NotBlank(message = DeviceValidMessage.ID_NOT_BLANK)
|
||||
@Pattern(regexp = PatternRegex.SYSTEM_ID, message = ValidMessage.ID_FORMAT_ERROR)
|
||||
private String id;
|
||||
|
||||
Reference in New Issue
Block a user