‘sxh’
2023-06-15 ccc0a99d6894844d83d751b924cfebe74da7826c
src/main/java/com/genersoft/iot/vmp/gb28181/bean/PlatformGbStream.java
@@ -1,8 +1,16 @@
package com.genersoft.iot.vmp.gb28181.bean;
import io.swagger.v3.oas.annotations.media.Schema;
public class PlatformGbStream {
    private Integer gbStreamId;
    @Schema(description = "ID")
    private int gbStreamId;
    @Schema(description = "平台ID")
    private String platformId;
    @Schema(description = "目录ID")
    private String catalogId;
    public Integer getGbStreamId() {