添加充放电状态

This commit is contained in:
孙小云 2026-01-29 10:14:43 +08:00
parent c9f43207a1
commit be438fe3dc
1 changed files with 4 additions and 0 deletions

View File

@ -82,4 +82,8 @@ public class DockWithGPSVO implements Serializable {
@Schema(description = "经度") @Schema(description = "经度")
private Double longitude; private Double longitude;
/** 电量 */
@Schema(description = "电量百分比")
private Integer batteryLevel;
} }