648540858
2023-08-17 d9cfe061b9b501511f5d769f751c8ff6bbcb1bf9
src/main/java/com/genersoft/iot/vmp/service/bean/MessageForPushChannel.java
@@ -34,7 +34,7 @@
    /**
     * 请求的平台自增ID
     */
    private String platFormIndex;
    private int platFormIndex;
    /**
     * 请求平台名称
@@ -132,11 +132,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;
    }
}