| | |
| | | import lombok.Data; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.List; |
| | | |
| | | |
| | | /** |
| | | * æ¡ä¾è¯¦æ
è¿å |
| | | */ |
| | | @Data |
| | | public class ZTCaseInfoResponse implements Serializable { |
| | | public class ZTCaseInfoResponse extends ZTImageListResponse implements Serializable { |
| | | private APISpaceCaseVo[] apiSpaceCaseVos; |
| | | |
| | | private List<String> imageurlList; |
| | | private String caseInfo; |
| | | /** |
| | | * æ¶èé |
¶Ô±ÈÐÂÎļþ |
| | |
| | | package com.doumee.biz.zbom.model.zhongtai.response; |
| | | |
| | | import com.doumee.biz.zbom.model.zhongtai.APISpaceCaseVo; |
| | | import lombok.Data; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.List; |
| | | |
| | | |
| | | /** |
| | | * æ¡ä¾è¯¦æ
è¿å |
| | | */ |
| | | @Data |
| | | public class ZTImageListResponse implements Serializable { |
| | | |
| | | private List<String> imageurlList; |
| | | |
| | | } |
| | |
| | | * 产å详æ
è¿å |
| | | */ |
| | | @Data |
| | | public class ZTProductInfoResponse implements Serializable { |
| | | public class ZTProductInfoResponse extends ZTImageListResponse implements Serializable { |
| | | private String author; |
| | | /** |
| | | * 详æ
页轮æå¾å表ï¼å¤è§è§å¾ï¼ |
| | |
| | | * 产åå¨è¯¢è¯¦æ
è¿å |
| | | */ |
| | | @Data |
| | | public class ZTProductNewsInfoResponse implements Serializable { |
| | | public class ZTProductNewsInfoResponse extends ZTImageListResponse implements Serializable { |
| | | private String author; |
| | | /** |
| | | * 详æ
页轮æå¾å表ï¼å¤è§è§å¾ï¼ |
| | |
| | | * 宿¯æ¡ä¾è¯¦æ
è¿å |
| | | */ |
| | | @Data |
| | | public class ZTRealcaseInfoResponse implements Serializable { |
| | | public class ZTRealcaseInfoResponse extends ZTImageListResponse implements Serializable { |
| | | |
| | | private String caseInfo; |
| | | private Integer collectCount; |
| | |
| | | ztContentListRequest.setUserType(ztBaseInfoResponse.getUserType()); |
| | | ztContentListRequest.setId(id); |
| | | ZTCaseInfoResponse response = zbomZhongTaiService.getWholecaseInfo(ztContentListRequest); |
| | | |
| | | return response; |
| | | } |
| | | |