车辆信息

This commit is contained in:
attiya 2025-04-24 17:35:24 +08:00
parent 20c3b8ce31
commit 312e7e178d

View File

@ -16,6 +16,7 @@ public class RspBikeDto {
private Integer soc;
private Double longitude;
private Double latitude;
// TODO:判断车辆状态
private String status = "正常";
private Float mileage = 35.5F;