公告板
版本库
filestore
活动
搜索
登录
main
/
wvp-pro
搭配zgyw,实现gb28181
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
1.修复录像合并文件下载链接问题;2.时间滑道,endTime超出24小时问题。3.录像文件格式命名 startTime~endTime~durati...
chenlw
2021-12-16
b0cc14051c84af562cee794cef0f0a9551e23b9c
[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;
}
}