You've already forked FrameTour-BE
调整
This commit is contained in:
@ -28,6 +28,7 @@ public class DeviceEntity {
|
||||
* 设备编号
|
||||
*/
|
||||
private String no;
|
||||
private String no2;
|
||||
/**
|
||||
* 经度
|
||||
*/
|
||||
|
@ -39,4 +39,6 @@ public class DeviceRespVO {
|
||||
private String scenicName;
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
||||
private Date keepaliveAt;
|
||||
private String deviceNo;
|
||||
private String channelNo;
|
||||
}
|
||||
|
@ -2,6 +2,8 @@ package com.ycwl.basic.model.pc.video.entity;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.Date;
|
||||
|
||||
@Data
|
||||
public class MemberVideoEntity {
|
||||
private Long id;
|
||||
@ -13,4 +15,5 @@ public class MemberVideoEntity {
|
||||
private Long videoId;
|
||||
private Integer isBuy;
|
||||
private Long orderId;
|
||||
private Date createTime;
|
||||
}
|
||||
|
Reference in New Issue
Block a user