执法记录仪设备列表增加默认码流类型:1、子码流,2、主码流,默认子码流
This commit is contained in:
parent
06762a6e8a
commit
2e680cbf1d
@ -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;
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user