648540858
2023-10-11 e45b44366453dd2064ae94517244a6ef8aa3762e
src/main/java/com/genersoft/iot/vmp/gb28181/bean/ParentPlatform.java
old mode 100644 new mode 100755
@@ -66,7 +66,7 @@
     * 设备端口
     */
    @Schema(description = "设备端口")
    private String devicePort;
    private int devicePort;
    /**
     * SIP认证用户名(默认使用设备国标编号)
@@ -258,11 +258,11 @@
        this.deviceIp = deviceIp;
    }
    public String getDevicePort() {
    public int getDevicePort() {
        return devicePort;
    }
    public void setDevicePort(String devicePort) {
    public void setDevicePort(int devicePort) {
        this.devicePort = devicePort;
    }