lizhanwei
2020-01-14 e61eb1c6fe377272b6614dc2b1b7046f007fb69c
app/src/main/java/safeluck/drive/evaluation/bean/RealTimeCarPos.java
@@ -31,6 +31,7 @@
    private List<Integer> right_front_tire;
    private List<Integer> left_rear_tire;
    private List<Integer> right_rear_tire;
    private List<Integer> body;
    private List<Double> point;
    public String getUtc() {
@@ -129,6 +130,14 @@
        this.right_rear_tire = right_rear_tire;
    }
    public List<Integer> getBody() {
        return body;
    }
    public void setBody(List<Integer> body) {
        this.body = body;
    }
    public List<Double> getPoint() {
        return point;
    }