|
@@ -1,6 +1,8 @@
|
|
|
package com.gis.entity;
|
|
|
|
|
|
import com.amazonaws.services.dynamodbv2.xspec.S;
|
|
|
+import com.alibaba.fastjson.JSONObject;
|
|
|
+import com.google.gson.JsonObject;
|
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
|
|
|
|
import java.util.Date;
|
|
@@ -45,5 +47,9 @@ public class SceneQueueDTO {
|
|
|
|
|
|
private String pwd;
|
|
|
|
|
|
+ @ApiModelProperty(value = "点位数量")
|
|
|
+ private Integer shootCount;
|
|
|
+
|
|
|
+ private JsonObject gps;
|
|
|
|
|
|
}
|