上饶市公安局wvp平台
zhongrj
2025-01-16 f1d079f9c0b3d384090477ca54e0548373d62b57
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;
    }
}