/video 接口参数兼容 device_id
This commit is contained in:
parent
30e96ed6cb
commit
e5e2a65c18
@ -30,6 +30,10 @@ public class VideoReq {
|
|||||||
@JsonFormat(pattern = DatePattern.PURE_DATETIME_PATTERN)
|
@JsonFormat(pattern = DatePattern.PURE_DATETIME_PATTERN)
|
||||||
private Date endTime;
|
private Date endTime;
|
||||||
|
|
||||||
|
public void setDevice_id(String deviceCode){
|
||||||
|
this.deviceCode = deviceCode;
|
||||||
|
}
|
||||||
|
|
||||||
public void setDevice_code(String deviceCode){
|
public void setDevice_code(String deviceCode){
|
||||||
this.deviceCode = deviceCode;
|
this.deviceCode = deviceCode;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user