接口补充 liveStream 字段
This commit is contained in:
parent
588d321fbe
commit
014ddcfcdf
@ -24,4 +24,7 @@ public class AddDeviceDTO {
|
||||
|
||||
@Schema(description = "是否启用")
|
||||
private boolean enable = true;
|
||||
|
||||
@Schema(description = "实时视频流地址")
|
||||
private String liveStream;
|
||||
}
|
||||
|
@ -28,4 +28,7 @@ public class ModifyDeviceDTO {
|
||||
|
||||
@Schema(description = "是否启用")
|
||||
private Boolean enable = true;
|
||||
|
||||
@Schema(description = "实时视频流地址")
|
||||
private String liveStream;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user