Showing
1 changed file
with
1 additions
and
2 deletions
... | ... | @@ -18,8 +18,7 @@ public class YtVideoDTO extends TenantDTO { |
18 | 18 | @NotEmpty(message = "视频流地址不能为空") |
19 | 19 | private String videoUrl; |
20 | 20 | |
21 | - @ApiModelProperty(value = "摄像头厂家", required = true) | |
22 | - @NotEmpty(message = "摄像头生产商不能为空") | |
21 | + @ApiModelProperty(value = "摄像头厂家", required = false) | |
23 | 22 | private String brand; |
24 | 23 | |
25 | 24 | @ApiModelProperty(value = "摄像头型号", required = false) | ... | ... |