|
@@ -4,6 +4,7 @@ import io.swagger.annotations.ApiModel;
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
import lombok.Data;
|
|
import lombok.Data;
|
|
|
|
|
|
|
|
+import javax.persistence.Table;
|
|
import java.io.Serializable;
|
|
import java.io.Serializable;
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -14,6 +15,7 @@ import java.io.Serializable;
|
|
*/
|
|
*/
|
|
@Data
|
|
@Data
|
|
@ApiModel("四维看看场景全景图表")
|
|
@ApiModel("四维看看场景全景图表")
|
|
|
|
+@Table(name = "tb_scene_pano")
|
|
public class ScenePanoEntity extends BaseEntity implements Serializable {
|
|
public class ScenePanoEntity extends BaseEntity implements Serializable {
|
|
|
|
|
|
private static final long serialVersionUID = 1L;
|
|
private static final long serialVersionUID = 1L;
|