xiewj 1 year ago
parent
commit
2a13f966fd

+ 5 - 1
720yun_fd_manage/gis_domain/src/main/java/com/gis/domain/entity/ScenePanoEntity.java

@@ -15,7 +15,8 @@ import io.swagger.annotations.ApiModelProperty;
  */
 @Data
 @ApiModel("四维看看场景全景图表")
-public class ScenePanoEntity  extends BaseEntity implements Serializable  {
+@Table(name = "tb_scene_pano")
+public class ScenePanoEntity extends BaseEntity implements Serializable  {
 
     private static final long serialVersionUID = 1L;
 
@@ -51,4 +52,7 @@ public class ScenePanoEntity  extends BaseEntity implements Serializable  {
 
     @ApiModelProperty("tour.xml")
     private String tour;
+
+    @ApiModelProperty("四维看看场景码")
+    private String num;
 }