|
@@ -2,6 +2,8 @@ package com.gis.domain.entity;
|
|
|
|
|
|
import java.io.Serializable;
|
|
|
import java.util.Date;
|
|
|
+
|
|
|
+import com.baomidou.mybatisplus.annotation.TableName;
|
|
|
import lombok.Data;
|
|
|
import javax.persistence.*;
|
|
|
import io.swagger.annotations.ApiModel;
|
|
@@ -15,7 +17,7 @@ import io.swagger.annotations.ApiModelProperty;
|
|
|
*/
|
|
|
@Data
|
|
|
@ApiModel("四维看看场景全景图表")
|
|
|
-@Table(name = "tb_scene_pano")
|
|
|
+@TableName("tb_scene_pano")
|
|
|
public class ScenePanoEntity extends BaseEntity implements Serializable {
|
|
|
|
|
|
private static final long serialVersionUID = 1L;
|