解决串流,解决编辑上级平台却新建了的问题
This commit is contained in:
@@ -2,6 +2,11 @@ package com.genersoft.iot.vmp.gb28181.bean;
|
||||
|
||||
public class ParentPlatform {
|
||||
|
||||
/**
|
||||
* id
|
||||
*/
|
||||
private Integer id;
|
||||
|
||||
/**
|
||||
* 是否启用
|
||||
*/
|
||||
@@ -99,6 +104,13 @@ public class ParentPlatform {
|
||||
*/
|
||||
private int channelCount;
|
||||
|
||||
public Integer getId() {
|
||||
return id;
|
||||
}
|
||||
|
||||
public void setId(Integer id) {
|
||||
this.id = id;
|
||||
}
|
||||
|
||||
public boolean isEnable() {
|
||||
return enable;
|
||||
|
||||
Reference in New Issue
Block a user