123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281 |
- package com.fdkankan.app.entity;
- import com.baomidou.mybatisplus.annotation.*;
- import lombok.Getter;
- import lombok.Setter;
- import java.io.Serializable;
- /**
- * <p>
- * pro场景编辑数据表
- * </p>
- *
- * @author
- * @since 2022-07-19
- */
- @Getter
- @Setter
- @TableName("t_scene_pro_edit")
- public class SceneProEdit implements Serializable {
- private static final long serialVersionUID = 1L;
- @TableId(value = "id", type = IdType.AUTO)
- private Long id;
- /**
- * pro场景id
- */
- @TableField("pro_id")
- private Long proId;
- /**
- * 创建时间
- */
- @TableField("create_time")
- private String createTime;
- /**
- * 大场景的密钥
- */
- @TableField("scene_key")
- private String sceneKey;
- /**
- * 展示页面密码,0不需要,1需要
- */
- @TableField("need_key")
- private Integer needKey;
- /**
- * 版本
- */
- @TableField("version")
- private Integer version;
- /**
- * 表示缩略图是否存在
- */
- @TableField("thumb_status")
- private Integer thumbStatus;
- /**
- * 地面点位标志
- */
- @TableField("marker_logo")
- private String markerLogo;
- /**
- * 0表示默认,1表示自己上传
- */
- @TableField("floor_logo")
- private String floorLogo;
- /**
- * 标记大小
- */
- @TableField("floor_logo_size")
- private Integer floorLogoSize;
- /**
- * 要上传的热点的id集合,用逗号隔开
- */
- @TableField("hots_ids")
- private String hotsIds;
- /**
- * 表示初始点信息
- */
- @TableField("entry")
- private String entry;
- /**
- * 背景音乐名称
- */
- @TableField("bg_music")
- private String bgMusic;
- /**
- * 记录的状态,A: 生效,I: 禁用
- */
- @TableField("rec_status")
- @TableLogic(value = "A",delval = "I")
- private String recStatus;
- /**
- * 更新时间
- */
- @TableField("update_time")
- private String updateTime;
- /**
- * 普通录屏文件地址
- */
- @TableField("screencap_voice_src")
- private String screencapVoiceSrc;
- /**
- * 录音文件地址
- */
- @TableField("screencap_voice_sound")
- private String screencapVoiceSound;
- /**
- * 同步录音地址
- */
- @TableField("screencap_voice_soundsync")
- private String screencapVoiceSoundsync;
- /**
- * 选择的类型,sound为screencapVoiceSound,file为screencapVoiceSrc,soundsync为screencap_voice_soundsync
- */
- @TableField("screencap_voice_type")
- private String screencapVoiceType;
- /**
- * 录屏文件地址
- */
- @TableField("play_data")
- private String playData;
- /**
- * 重新建模的版本
- */
- @TableField("floor_edit_ver")
- private Integer floorEditVer;
- /**
- * 正式发布重新建模的版本
- */
- @TableField("floor_publish_ver")
- private Integer floorPublishVer;
- /**
- * 录屏图片存放文件
- */
- @TableField("screencap_thumb")
- private String screencapThumb;
- /**
- * 分享的logo和生成二维码的logo
- */
- @TableField("share_logo")
- private String shareLogo;
- /**
- * 小地图浏览
- */
- @TableField("map_visi")
- private Integer mapVisi;
- /**
- * 自动导览
- */
- @TableField("tour_visi")
- private Integer tourVisi;
- /**
- * vr模式
- */
- @TableField("vr_visi")
- private Integer vrVisi;
- /**
- * 展示页面是否显示标尺
- */
- @TableField("ruler_visi")
- private Integer rulerVisi;
- /**
- * 展示页面cad图在平面图是否显示
- */
- @TableField("cad_img_visi")
- private Integer cadImgVisi;
- /**
- * cad平面图
- */
- @TableField("floor_plan_png")
- private String floorPlanPng;
- /**
- * cad平面图参数
- */
- @TableField("cad_info")
- private String cadInfo;
- @TableField("pano_visi")
- private Integer panoVisi;
- @TableField("m2d_visi")
- private Integer m2dVisi;
- @TableField("m3d_visi")
- private Integer m3dVisi;
- @TableField("measure_visi")
- private Integer measureVisi;
- /**
- * 肖安需求,场景于场景之间的关联
- */
- @TableField("link_scene")
- private String linkScene;
- @TableField("overlay")
- private String overlay;
- /**
- * 是否显示底部logo,1显示,0不显示
- */
- @TableField("show_logo_bottom")
- private Boolean showLogoBottom;
- /**
- * 全景图版本号
- */
- @TableField("images_version")
- private Integer imagesVersion;
- /**
- * 上传的背景音乐
- */
- @TableField("bg_music_name")
- private String bgMusicName;
- @TableField("jump_scene")
- private Boolean jumpScene;
- /**
- * 旋转角度
- */
- @TableField("floor_plan_angle")
- private String floorPlanAngle;
- /**
- * 场景下载次数
- */
- @TableField("download_num")
- private Integer downloadNum;
- /**
- * 绿幕抠图json数据
- */
- @TableField("videos_user")
- private String videosUser;
- /**
- * 大场景序号(随心装场景码)
- */
- @TableField("vr_num")
- private String vrNum;
- /**
- * 随心装封面图
- */
- @TableField("vr_thumb")
- private String vrThumb;
- }
|