yy1717
2020-01-14 054cc31516fe51b31b606485223228cba15da4d2
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;
    }