k94314517
2024-07-25 a75b18a4157ab486e0b51c438ac165ab3a08e3e0
server/service/src/main/java/com/doumee/biz/zbom/model/zhongtai/response/ZTZbDecoInfoResponse.java
@@ -11,7 +11,7 @@
@Data
public class ZTZbDecoInfoResponse implements Serializable {
    private String author;
    private long collectCount;
    private Integer collectCount;
    /**
     * 内容
     */
@@ -32,7 +32,7 @@
    /**
     * 是否收藏
     */
    private boolean isCollection;
    private Boolean isCollection;
    private String langCode;
    private long likeCount;
    private String publishDepartment;
@@ -46,5 +46,5 @@
     * 标题
     */
    private String title;
    private String viewCount;
    private Integer viewCount;
}