执法记录仪设备列表增加默认码流类型:1、子码流,2、主码流,默认子码流

This commit is contained in:
guoshengxiong 2025-11-07 11:26:43 +08:00
parent 06762a6e8a
commit 2e680cbf1d

View File

@ -148,5 +148,10 @@ public class PoliceCameraItem implements Serializable {
*/
@ApiModelProperty(value = "设备位置")
private java.lang.String devLocation;
/**
* 默认码流类型1子码流2主码流默认子码流
*/
@ApiModelProperty(value = "默认码流类型1、子码流2、主码流默认子码流")
private Integer defaultStreamType;
}