Commit 373eb7a6cb4513a6467807a632cd86c7a6c5690e

Authored by 云中非
1 parent 4f780f13

refactor: 摄像头厂商信息选填

... ... @@ -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)
... ...