Browse Source

getinfo接口 增加tags字段

dengsixing 3 năm trước cách đây
mục cha
commit
c88414e737

+ 5 - 0
4dkankan-center-scene/src/main/java/com/fdkankan/scene/vo/SceneInfoVO.java

@@ -132,6 +132,11 @@ public class SceneInfoVO {
      */
     private String videos;
 
+    /**
+     * 是否有热点数据
+     */
+    private Integer tags;
+