@@ -3,7 +3,7 @@ package com.yunfeiyun.agmp.iot.common.domain;
import lombok.Data;
@Data
-public class IotDevGeoPoint {
+public class IotDevGeoPoint extends IotBaseEntity {
private String type;
private double[] coordinates;
}