Commit 8e332e02 authored by p x's avatar p x
Browse files

增加一个get方法

parent 17a70a19
......@@ -103,6 +103,9 @@ public class VehicleInfoDto {
@RefNumFlag(value="passPointsNum")
private List<Position2DDto> passPoints;
public String getVehicleId() {
return vehicleId;
}
public short getTapPos() {
return tapPos;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment