From d9a89d83c2048a964f16ca179feb2b7f21b9d33a Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期一, 29 七月 2024 16:28:47 +0800
Subject: [PATCH] 提交
---
server/service/src/main/java/com/doumee/biz/zbom/model/zhongtai/response/ZTRealcaseInfoResponse.java | 51 +++++++++++++++++++++++++++++++++++++++++++++++----
1 files changed, 47 insertions(+), 4 deletions(-)
diff --git a/server/service/src/main/java/com/doumee/biz/zbom/model/zhongtai/response/ZTRealcaseInfoResponse.java b/server/service/src/main/java/com/doumee/biz/zbom/model/zhongtai/response/ZTRealcaseInfoResponse.java
index 42c3e54..b2f3a8e 100644
--- a/server/service/src/main/java/com/doumee/biz/zbom/model/zhongtai/response/ZTRealcaseInfoResponse.java
+++ b/server/service/src/main/java/com/doumee/biz/zbom/model/zhongtai/response/ZTRealcaseInfoResponse.java
@@ -1,5 +1,7 @@
package com.doumee.biz.zbom.model.zhongtai.response;
+import com.doumee.biz.zbom.model.zhongtai.APISpaceCaseVo;
+import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import java.io.Serializable;
@@ -9,26 +11,67 @@
* 瀹炴櫙妗堜緥璇︽儏杩斿洖
*/
@Data
-public class ZTRealcaseInfoResponse implements Serializable {
+public class ZTRealcaseInfoResponse extends ZTImageListResponse implements Serializable {
+
private String caseInfo;
- private String collectCount;
+ private Integer collectCount;
/**
* 涓诲浘
*/
+ @ApiModelProperty(value = "涓诲浘")
private String coverImage;
private String id;
private String[] imgList;
/**
* 鏄惁鏀惰棌 true:鏀惰棌 false:鏈敹钘�
*/
- private boolean isCollection;
+ private Boolean isCollection;
/**
* 鍙戝竷鏃ユ湡
*/
+ @ApiModelProperty(value = "鍙戝竷鏃ユ湡")
private String publishDt;
/**
* 鏍囬
*/
private String title;
- private String viewCount;
+ private Integer viewCount;
+
+ private String contentCategory;
+ private String intro;
+ private String linkAddress;
+ /**
+ * 鎵撳紑鍐呭
+ */
+ @ApiModelProperty(value = "鎵撳紑鍐呭")
+ private String openContent;
+ /**
+ *
+ */
+ @ApiModelProperty(value = "鍐呭鎵撳紑鏂瑰紡(鍐呴儴椤甸潰page銆佽棰憊ideo銆佸瘜鏂囨湰text銆佸閮ㄩ摼鎺ink)")
+ private String openType;
+ /**
+ * 鍥炬枃璇︽儏
+ */
+ private APISpaceCaseVo[] apiSpaceCaseVos;
+ /**
+ * 720鍏ㄦ櫙鍦板潃
+ */
+ private String layoutUlr;
+ private String panorama;
+
+ /**
+ * 璇︽儏鍥剧墖
+ */
+ private String[] contentImgList;
+ /**
+ * 鏍囩
+ */
+ private String[] contentLabelList;
+ /**
+ * 璇︽儏鏂囨湰
+ */
+ private String contentText;
+ private String recommandTitle;
+
}
--
Gitblit v1.9.3