公告板
版本库
filestore
活动
搜索
登录
main
/
wvp-pro
搭配zgyw,实现gb28181
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
使用设备Id+通道Id作为session的识别标识,解决点播异常时无法释放session的问题
panlinlin
2021-04-16
2b3b7dbc7973def2342eecd8caf7514f0a367c1b
[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;
}
}