| | |
| | | * 实景案例详情返回 |
| | | */ |
| | | @Data |
| | | public class ZTRealcaseInfoResponse implements Serializable { |
| | | public class ZTRealcaseInfoResponse extends ZTImageListResponse implements Serializable { |
| | | |
| | | private String caseInfo; |
| | | private String collectCount; |
| | | private Integer collectCount; |
| | | /** |
| | | * 主图 |
| | | */ |
| | |
| | | /** |
| | | * 是否收藏 true:收藏 false:未收藏 |
| | | */ |
| | | @ApiModelProperty(value = "是否收藏 true:收藏 false:未收藏") |
| | | private boolean isCollection; |
| | | private Boolean isCollection; |
| | | /** |
| | | * 发布日期 |
| | | */ |
| | |
| | | * 标题 |
| | | */ |
| | | private String title; |
| | | private String viewCount; |
| | | private Integer viewCount; |
| | | |
| | | private String contentCategory; |
| | | private String intro; |