SceneJsonBean.java 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266
  1. package com.fdkankan.contro.bean;
  2. import com.alibaba.fastjson.JSONArray;
  3. import com.alibaba.fastjson.JSONObject;
  4. import com.baomidou.mybatisplus.annotation.TableField;
  5. import com.fdkankan.contro.vo.SceneEditControlsVO;
  6. import java.io.Serializable;
  7. import java.util.List;
  8. import lombok.AllArgsConstructor;
  9. import lombok.Builder;
  10. import lombok.Data;
  11. import lombok.NoArgsConstructor;
  12. import java.util.Date;
  13. /**
  14. * <p>
  15. * scene.json实体类
  16. * </p>
  17. *
  18. * @author dengsixing
  19. * @since 2022/1/19
  20. **/
  21. @Data
  22. @Builder
  23. @NoArgsConstructor
  24. @AllArgsConstructor
  25. public class SceneJsonBean implements Serializable {
  26. /**
  27. * 场景码
  28. */
  29. private String num;
  30. /**
  31. * 地面logo名称
  32. */
  33. private String floorLogo;
  34. /**
  35. * 地面logo大小
  36. */
  37. private Integer floorLogoSize;
  38. /**
  39. * 地面logo文件名称
  40. */
  41. private String floorLogoFile;
  42. /**
  43. * 背景音乐名称
  44. */
  45. private String music;
  46. /**
  47. * 背景音乐文件名称
  48. */
  49. private String musicFile;
  50. /**
  51. * 浏览密码
  52. */
  53. private String scenePassword;
  54. /**
  55. * 场景标题
  56. */
  57. private String title;
  58. /**
  59. * 场景描述
  60. */
  61. private String description;
  62. private SceneEditControlsVO controls;
  63. /**
  64. * 创建时间
  65. */
  66. private Date createTime;
  67. /**
  68. * 版本
  69. */
  70. private Integer version;
  71. /**
  72. * 图片版本
  73. */
  74. private Integer imgVersion;
  75. /**
  76. * 场景关联版本
  77. */
  78. private Integer linkVersion;
  79. /**
  80. * 是否上传了户型图(0-否,1-是)
  81. */
  82. private Byte floorPlanUser;
  83. /**
  84. * 初始点信息
  85. */
  86. private String entry;
  87. /**
  88. * 全景图加载方式,tiles/1k:1k瓦片图,tiles/2:2k瓦片图,tiles/4k:4k瓦片图,pan:全景图 ,local:本地切片,cube:立体图
  89. */
  90. private String sceneResolution;
  91. /**
  92. * 场景来源,lite:双目lite相机,pro:八目相机,minion:双面转台相机,laser:激光相机,virtual:虚拟场景,sketch:图片建模场景
  93. */
  94. private String sceneFrom;
  95. /**
  96. * 切图方式(tiles:瓦片图,face:切片图,pan:全景图 ,local:本地切片,cube:立体图)
  97. */
  98. private String sceneKind;
  99. /**
  100. * dam,3dtiles
  101. */
  102. private String modelKind;
  103. /**
  104. * 空间视频数据
  105. */
  106. private String boxVideos;
  107. /**
  108. * 空间贴图数据
  109. */
  110. private String boxPhotos;
  111. /**
  112. * 空间模型数据
  113. */
  114. private String boxModels;
  115. /**
  116. *点位视频
  117. */
  118. private String videos;
  119. /**
  120. * 是否有热点数据
  121. */
  122. private Integer tags;
  123. /**
  124. * 加载logo名
  125. */
  126. private String loadingLogo;
  127. /**
  128. * 加载logo文件名
  129. */
  130. private String loadingLogoFile;
  131. private Integer payStatus;
  132. /**
  133. * 户型角度
  134. */
  135. private Float floorPlanAngle;
  136. /**
  137. * 指南针角度
  138. */
  139. private Float floorPlanCompass;
  140. /**
  141. * 用户上传自定义平面图
  142. */
  143. private JSONArray floorPlanUpload;
  144. /**
  145. * 是否保存导览
  146. */
  147. private Integer tours;
  148. /**
  149. * 是否有场景关联(0-否,1-是)
  150. */
  151. private Integer links;
  152. /**
  153. * 是否有马赛克
  154. */
  155. private Integer mosaic;
  156. /**
  157. * 马赛克列表
  158. */
  159. private List<JSONObject> mosaicList;
  160. /**
  161. * 水印文件名
  162. */
  163. private String waterMark;
  164. /**
  165. * 是否有滤镜(0-否,1-是)
  166. */
  167. private Integer filters;
  168. /**
  169. * 是否有监控摄像头数据
  170. */
  171. private Integer surveillances;
  172. /**
  173. * 分享信息
  174. */
  175. private JSONObject sns;
  176. /**
  177. * 是否有指示牌
  178. */
  179. private Integer billboards;
  180. /**
  181. * 模型裁剪
  182. */
  183. private Integer cutModel;
  184. /**
  185. * 入场设置
  186. */
  187. private JSONObject started;
  188. private Integer sceneDraw;
  189. //动态面板
  190. private int dynamicPanel;
  191. private String orientation;
  192. private Integer hasFloorplanAi;
  193. private Integer floorLogoType;
  194. private Integer hasRecognition;
  195. /**
  196. * 标题logo名称
  197. */
  198. private String titleLogo;
  199. /**
  200. * 标题logo文件名称
  201. */
  202. private String titleLogoFile;
  203. private Integer evidence;
  204. //offline-离线包上传
  205. private String uploadType;
  206. private Integer hasSegAi;
  207. }