公告板
版本库
filestore
活动
搜索
登录
main
/
wvp-pro
搭配zgyw,实现gb28181
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
去除对redis key过期事件的使用;重构国标级联的注册保活
648540858
2022-08-31
2de4c322f6dc79ecfb120106af07e3335994657a
[wvp-pro.git]
/
src
/
main
/
java
/
com
/
genersoft
/
iot
/
vmp
/
gb28181
/
bean
/
PlatformRegister.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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;
}
}