mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-17 02:57:50 +08:00
修改注释
This commit is contained in:
parent
2d5aa1e549
commit
aa3c678839
@ -22,7 +22,7 @@ public class CloudRecordItem {
|
||||
private String stream;
|
||||
|
||||
/**
|
||||
* 健全ID
|
||||
* 鉴权ID
|
||||
*/
|
||||
private String callId;
|
||||
|
||||
@ -60,11 +60,6 @@ public class CloudRecordItem {
|
||||
* 收藏,收藏的文件不移除
|
||||
*/
|
||||
private Boolean collect;
|
||||
|
||||
/**
|
||||
* 保留,收藏的文件不移除
|
||||
*/
|
||||
private Boolean reserve;
|
||||
|
||||
/**
|
||||
* 文件大小
|
||||
@ -195,11 +190,4 @@ public class CloudRecordItem {
|
||||
this.collect = collect;
|
||||
}
|
||||
|
||||
public Boolean getReserve() {
|
||||
return reserve;
|
||||
}
|
||||
|
||||
public void setReserve(Boolean reserve) {
|
||||
this.reserve = reserve;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user