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; }