Commit 0d5ccbb8 authored by p x's avatar p x
Browse files

修改8.10数据类

parent 1c1e8fae
......@@ -50,6 +50,10 @@ public class SelfDefineDetailDto {
return rvVehicleId;
}
public void setRvVehicleId(String rvVehicleId) {
this.rvVehicleId = rvVehicleId;
}
public double getRvSpeed() {
return rvSpeed;
}
......
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