src/main/java/com/genersoft/iot/vmp/gb28181/bean/MobilePosition.java
@@ -1,12 +1,16 @@ package com.genersoft.iot.vmp.gb28181.bean; /** * @Description: 移动位置bean * @description: 移动位置bean * @author: lawrencehj * @date: 2021年1月23日 */ public class MobilePosition { /** * Id */ private int id; /** * 设备Id */ @@ -72,6 +76,13 @@ */ private String cnLat; public int getId() { return id; } public void setId(int id) { this.id = id; } public String getDeviceId() { return deviceId;