648540858
2024-05-29 764d04b497356ba6bcbb75fd42b51eca750f7223
src/main/java/com/genersoft/iot/vmp/service/bean/MessageForPushChannel.java
old mode 100644 new mode 100755
@@ -34,7 +34,7 @@
    /**
     * 请求的平台自增ID
     */
    private String platFormIndex;
    private int platFormIndex;
    /**
     * 请求平台名称
@@ -61,6 +61,7 @@
        messageForPushChannel.setGbId(gbId);
        messageForPushChannel.setApp(app);
        messageForPushChannel.setStream(stream);
        messageForPushChannel.setServerId(serverId);
        messageForPushChannel.setMediaServerId(mediaServerId);
        messageForPushChannel.setPlatFormId(platFormId);
        messageForPushChannel.setPlatFormName(platFormName);
@@ -132,11 +133,11 @@
        this.mediaServerId = mediaServerId;
    }
    public String getPlatFormIndex() {
    public int getPlatFormIndex() {
        return platFormIndex;
    }
    public void setPlatFormIndex(String platFormIndex) {
    public void setPlatFormIndex(int platFormIndex) {
        this.platFormIndex = platFormIndex;
    }
}