ll
liukangdong
2024-08-21 41bd8b2b50dc308ea3a5784efccd856c073b3f37
server/service/src/main/java/com/doumee/biz/zbom/model/zhongtai/response/ZTCollectInfoResponse.java
@@ -14,7 +14,7 @@
    /**
     * 收藏数
     */
    private String collectCount;
    private Integer collectCount;
    /**
     * 内容ID
     */
@@ -50,6 +50,6 @@
    /**
     * 查看数
     */
    private String viewCount;
    private Integer viewCount;
}