panlinlin
2021-04-12 27df8bd84cfceb4154bb7543a7d1fc58fc8d1b04
src/main/java/com/genersoft/iot/vmp/gb28181/bean/GbStream.java
@@ -12,6 +12,7 @@
    private double longitude;
    private double latitude;
    private String streamType;
    private boolean status;
    public String getApp() {
        return app;
@@ -68,4 +69,12 @@
    public void setStreamType(String streamType) {
        this.streamType = streamType;
    }
    public boolean isStatus() {
        return status;
    }
    public void setStatus(boolean status) {
        this.status = status;
    }
}