|
@@ -1,6 +1,7 @@
|
|
package com.fdkankan.manage_jp.vo.response;
|
|
package com.fdkankan.manage_jp.vo.response;
|
|
|
|
|
|
import lombok.Data;
|
|
import lombok.Data;
|
|
|
|
+import org.apache.commons.lang3.StringUtils;
|
|
|
|
|
|
@Data
|
|
@Data
|
|
public class SceneGpsDbVp {
|
|
public class SceneGpsDbVp {
|
|
@@ -14,4 +15,9 @@ public class SceneGpsDbVp {
|
|
private String alt;
|
|
private String alt;
|
|
private String webSite;
|
|
private String webSite;
|
|
private String snCode;
|
|
private String snCode;
|
|
|
|
+ private String sceneName;
|
|
|
|
+
|
|
|
|
+ public String getSceneName() {
|
|
|
|
+ return StringUtils.isNotBlank(laserTitle)? laserTitle : title;
|
|
|
|
+ }
|
|
}
|
|
}
|