Compare commits
No commits in common. 'c15224eb51d76dda6e2bfbdb2ae3df039e038ef9' and '74c35cb6dfe70be21713da65d662104550bfe7da' have entirely different histories.
c15224eb51
...
74c35cb6df
@ -1,36 +0,0 @@
|
|||||||
package com.internal.dto;
|
|
||||||
|
|
||||||
import lombok.Data;
|
|
||||||
|
|
||||||
import java.time.LocalDateTime;
|
|
||||||
|
|
||||||
@Data
|
|
||||||
public class TerminalAroundSearch {
|
|
||||||
|
|
||||||
/**
|
|
||||||
* {
|
|
||||||
* "createtime": 1683779426299,
|
|
||||||
* "desc": "1656517091884187650",
|
|
||||||
* "locatetime": 1683799295000,
|
|
||||||
* "location": {
|
|
||||||
* "accuracy": 550.0,
|
|
||||||
* "direction": 511.0,
|
|
||||||
* "distance": 0,
|
|
||||||
* "height": null,
|
|
||||||
* "latitude": 39.90923,
|
|
||||||
* "longitude": 116.397428,
|
|
||||||
* "speed": 255.0,
|
|
||||||
* "trackProps": null
|
|
||||||
* },
|
|
||||||
* "name": "京N86555",
|
|
||||||
* "props": null,
|
|
||||||
* "tid": 686521656
|
|
||||||
* }
|
|
||||||
*/
|
|
||||||
|
|
||||||
private String tid;
|
|
||||||
private Long carId;
|
|
||||||
private String name;
|
|
||||||
private LocalDateTime locatetime;
|
|
||||||
private LocalDateTime createtime;
|
|
||||||
}
|
|
Loading…
Reference in new issue