liukangdong
2024-07-23 4fc49f3f06e9bb6275045d32245469816b451a4c
server/service/src/main/java/com/doumee/biz/zbom/model/zhongtai/response/ZTVideoInfoResponse.java
@@ -16,7 +16,7 @@
    /**
     * 收藏数量
     */
    private long collectCount;
    private Integer collectCount;
    /**
     * 封面图
     */
@@ -28,7 +28,7 @@
    /**
     * 是否收藏
     */
    private boolean isCollection;
    private Boolean isCollection;
    private String langCode;
    /**
     * 喜欢数量
@@ -58,5 +58,5 @@
    /**
     * 浏览数量
     */
    private String viewCount;
    private Integer viewCount;
}