修复数据库语法兼容以及redis接收推流信息导入
This commit is contained in:
@@ -51,7 +51,7 @@ public class CommonGBChannel {
|
||||
|
||||
// 2016
|
||||
@Schema(description = "国标-证书序列号")
|
||||
private Integer gbCertNum;
|
||||
private String gbCertNum;
|
||||
|
||||
// 2016
|
||||
@Schema(description = "国标-证书有效标识")
|
||||
@@ -63,7 +63,7 @@ public class CommonGBChannel {
|
||||
|
||||
// 2016
|
||||
@Schema(description = "国标-证书终止有效期(有证书且证书无效的设备必选)")
|
||||
private Integer gbEndTime;
|
||||
private String gbEndTime;
|
||||
|
||||
// 2022
|
||||
@Schema(description = "国标-摄像机安全能力等级代码")
|
||||
|
||||
@@ -97,14 +97,14 @@ public class Platform {
|
||||
@Schema(description = "是否自动推送通道变化")
|
||||
private Boolean autoPushChannel;
|
||||
|
||||
@Schema(description = "目录信息包含平台信息")
|
||||
private Boolean catalogWithPlatform;
|
||||
@Schema(description = "目录信息包含平台信息, 0:关闭,1:打开")
|
||||
private int catalogWithPlatform;
|
||||
|
||||
@Schema(description = "目录信息包含分组信息")
|
||||
private Boolean catalogWithGroup;
|
||||
@Schema(description = "目录信息包含分组信息, 0:关闭,1:打开")
|
||||
private int catalogWithGroup;
|
||||
|
||||
@Schema(description = "目录信息包含行政区划")
|
||||
private Boolean catalogWithRegion;
|
||||
@Schema(description = "目录信息包含行政区划, 0:关闭,1:打开")
|
||||
private int catalogWithRegion;
|
||||
|
||||
@Schema(description = "行政区划")
|
||||
private String civilCode;
|
||||
|
||||
Reference in New Issue
Block a user