修改注释

结构优化
648540858 2024-01-03 18:12:20 +08:00
parent 2d5aa1e549
commit aa3c678839
1 changed files with 1 additions and 13 deletions

View File

@ -22,7 +22,7 @@ public class CloudRecordItem {
private String stream; private String stream;
/** /**
* ID * ID
*/ */
private String callId; private String callId;
@ -61,11 +61,6 @@ public class CloudRecordItem {
*/ */
private Boolean collect; private Boolean collect;
/**
*
*/
private Boolean reserve;
/** /**
* *
*/ */
@ -195,11 +190,4 @@ public class CloudRecordItem {
this.collect = collect; this.collect = collect;
} }
public Boolean getReserve() {
return reserve;
}
public void setReserve(Boolean reserve) {
this.reserve = reserve;
}
} }