增加通道编辑以及通道重置功能
This commit is contained in:
@@ -211,6 +211,14 @@ public class CommonGBChannel {
|
||||
@Schema(description = "关联的拉流代理Id(流来源是拉流代理时有效)")
|
||||
private Integer streamProxyId;
|
||||
|
||||
@Schema(description = "创建时间")
|
||||
private String createTime;
|
||||
|
||||
@Schema(description = "更新时间")
|
||||
private String updateTime;
|
||||
|
||||
|
||||
|
||||
public String encode(){
|
||||
return encode(null);
|
||||
}
|
||||
|
||||
@@ -171,12 +171,6 @@ public class DeviceChannel extends CommonGBChannel {
|
||||
@Schema(description = "云台类型描述字符串")
|
||||
private String ptzTypeText;
|
||||
|
||||
@Schema(description = "创建时间")
|
||||
private String createTime;
|
||||
|
||||
@Schema(description = "更新时间")
|
||||
private String updateTime;
|
||||
|
||||
@Schema(description = "子设备数")
|
||||
private int subCount;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user