app设备列表查询,新增纬度经度
This commit is contained in:
@ -66,4 +66,14 @@ public class AppDeviceVo implements Serializable {
|
||||
* 电量 百分比
|
||||
*/
|
||||
private String battery;
|
||||
|
||||
/**
|
||||
* 纬度
|
||||
*/
|
||||
private String latitude;
|
||||
|
||||
/**
|
||||
* 经度
|
||||
*/
|
||||
private String longitude;
|
||||
}
|
||||
|
Reference in New Issue
Block a user