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; }