SceneJsonBean.java 4.1 KB

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