| | |
| | | * 产品详情返回 |
| | | */ |
| | | @Data |
| | | public class ZTProductInfoResponse implements Serializable { |
| | | public class ZTProductInfoResponse extends ZTImageListResponse implements Serializable { |
| | | private String author; |
| | | /** |
| | | * 详情页轮播图列表(多视角图) |
| | | */ |
| | | private String[] bannerImgList; |
| | | private String collectCount; |
| | | private Integer collectCount; |
| | | /** |
| | | * 详情页富文本(全屋定制遍历spaceList的富文本) |
| | | */ |
| | | private String content; |
| | | private String coverImage; |
| | | private String id; |
| | | private String isCollection; |
| | | private Boolean isCollection; |
| | | private String langCode; |
| | | /** |
| | | * 产品参数列表 |
| | | */ |
| | | private List<ZTProductParamInfoResponse> productParamList; |
| | | private String publishDate; |
| | | private String publishDt; |
| | | private String publishDepartment; |
| | | /** |
| | | * 实景图列表 |
| | |
| | | private List<ZTSpaceInfoResponse> spaceList; |
| | | private String subtitle; |
| | | private String title; |
| | | private String viewCount; |
| | | private Integer viewCount; |
| | | private String downloadCount; |
| | | private String isTop; |
| | | private String orgId; |
| | |
| | | private String shareCount; |
| | | private String sort; |
| | | private String type; |
| | | private String video; |
| | | private String intro; |
| | | private Boolean isNew; |
| | | |
| | | } |