上饶市公安局wvp平台
zhongrj
2023-08-08 e69d6b9dbac94aecd94cc21082f4ee5b0153e099
src/main/java/com/genersoft/iot/vmp/gb28181/bean/PlatformRegister.java
New file
@@ -0,0 +1,15 @@
package com.genersoft.iot.vmp.gb28181.bean;
public class PlatformRegister {
    // 未回复次数
    private int reply;
    public int getReply() {
        return reply;
    }
    public void setReply(int reply) {
        this.reply = reply;
    }
}