liukangdong
2024-09-29 b2d360d9113b6955287108ca9e90d76a1f3c1419
server/service/src/main/java/com/doumee/biz/zbom/model/zhongtai/response/ZTRealcaseInfoResponse.java
@@ -11,7 +11,7 @@
 * 实景案例详情返回
 */
@Data
public class ZTRealcaseInfoResponse implements Serializable {
public class ZTRealcaseInfoResponse  extends ZTImageListResponse  implements Serializable {
    private String caseInfo;
    private Integer collectCount;
@@ -25,8 +25,7 @@
    /**
     * 是否收藏 true:收藏  false:未收藏
     */
    @ApiModelProperty(value = "是否收藏 true:收藏  false:未收藏")
    private boolean isCollection;
    private Boolean isCollection;
    /**
     * 发布日期
     */