Browse Source

1.GeomInfo增加属性

hellohaidie 1 month ago
parent
commit
3a70296409
1 changed files with 12 additions and 0 deletions
  1. 12 0
      src/main/java/com/lqkj/link/module/zone/domain/GeomInfo.java

+ 12 - 0
src/main/java/com/lqkj/link/module/zone/domain/GeomInfo.java

@@ -54,6 +54,18 @@ public class GeomInfo {
54
     private JSONObject trans;
54
     private JSONObject trans;
55
     @Transient
55
     @Transient
56
     private String modelPath;
56
     private String modelPath;
57
+    @Column(name = "pics")
58
+    private String pics;
59
+    @Column(name = "video_url")
60
+    private String videoUrl;
61
+    @Column(name = "audio_url")
62
+    private String audioUrl;
63
+    @Column(name = "brief")
64
+    private String brief;
65
+    @Column(name = "navigation")
66
+    private Boolean navigation;
67
+    @Column(name = "navigation_end")
68
+    private String navigationEnd;
57
 
69
 
58
     public JSONObject getLocation() {
70
     public JSONObject getLocation() {
59
         if (location == null) return trans;
71
         if (location == null) return trans;