Commit b4d12b79 authored by 刘基明's avatar 刘基明

主题接口修改

parent bffe20c6
package com.tanpu.community.api.beans.qo;
import com.tanpu.community.api.beans.ImagesDTO;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
......@@ -23,6 +22,4 @@ public class ThemeFormerQo {
@ApiModelProperty(value = "转发内容")
private List<ThemeContentQo> forwardContent;
@ApiModelProperty(value = "转发的图片九宫格")
private List<ImagesDTO> imageList;
}
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