Commit 494f79af authored by 刘基明's avatar 刘基明

接口调整

parent f1ee377a
package com.tanpu.community.api.beans.qo; package com.tanpu.community.api.beans.qo;
import com.tanpu.community.api.beans.ImagesDTO;
import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty; import io.swagger.annotations.ApiModelProperty;
import lombok.Data; import lombok.Data;
...@@ -62,6 +63,8 @@ public class ThemeQo { ...@@ -62,6 +63,8 @@ public class ThemeQo {
@ApiModelProperty(value = "点赞量") @ApiModelProperty(value = "点赞量")
private Integer likeCount; private Integer likeCount;
@ApiModelProperty(value = "图片九宫格")
private List<ImagesDTO> imgList;
private LocalDateTime createTime; private LocalDateTime createTime;
......
...@@ -33,5 +33,5 @@ public class CreateThemeReq { ...@@ -33,5 +33,5 @@ public class CreateThemeReq {
@ApiModelProperty(value = "讨论中的图片列表") @ApiModelProperty(value = "讨论中的图片列表")
private List<ImagesDTO> fileList; private List<ImagesDTO> imgList;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment