Compare commits
No commits in common. "365dfc642b82435b84bca0d77b1dfde05b9eabd1" and "526b695f656901c3928cf1aa96e05bad9be4c218" have entirely different histories.
365dfc642b
...
526b695f65
@ -16,10 +16,9 @@ public class RspBikeDto {
|
||||
private Integer soc;
|
||||
private Double longitude;
|
||||
private Double latitude;
|
||||
// TODO:判断车辆状态、车辆编号
|
||||
// TODO:判断车辆状态
|
||||
private String status = "正常";
|
||||
private Float mileage = 35.5F;
|
||||
private String bikeCode = "1111111111111111111";
|
||||
|
||||
public RspBikeDto(String ecuSn, Integer soc, Double longitude, Double latitude) {
|
||||
this.ecuSn = ecuSn;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user