src/main/java/com/genersoft/iot/vmp/vmanager/bean/DeviceChannelTree.java
@@ -3,12 +3,10 @@ import com.fasterxml.jackson.annotation.JsonInclude; import com.genersoft.iot.vmp.gb28181.bean.DeviceChannel; import com.genersoft.iot.vmp.utils.node.INode; import io.swagger.annotations.ApiModel; import java.util.ArrayList; import java.util.List; @ApiModel(value = "DeviceChannelTree对象", description = "DeviceChannelTree对象") public class DeviceChannelTree extends DeviceChannel implements INode<DeviceChannelTree> { private static final long serialVersionUID = 1L;