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

接口调整

parent 4cc36e97
...@@ -5,7 +5,6 @@ import io.swagger.annotations.ApiModel; ...@@ -5,7 +5,6 @@ import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty; import io.swagger.annotations.ApiModelProperty;
import lombok.Data; import lombok.Data;
import java.time.LocalDateTime;
import java.util.List; import java.util.List;
/** /**
...@@ -64,11 +63,5 @@ public class MainTextQo { ...@@ -64,11 +63,5 @@ public class MainTextQo {
@ApiModelProperty("附件,") @ApiModelProperty("附件,")
private List<AttachmentQo> attachment; private List<AttachmentQo> attachment;
@ApiModelProperty(value = "评论")
private List<CommentQo> comments;
private LocalDateTime createTime;
private LocalDateTime updateTime;
} }
...@@ -64,7 +64,4 @@ public class ThemeQo { ...@@ -64,7 +64,4 @@ public class ThemeQo {
@ApiModelProperty(value = "转发的主题") @ApiModelProperty(value = "转发的主题")
private ThemeFormerQo formerTheme; private ThemeFormerQo formerTheme;
private LocalDateTime createTime;
private LocalDateTime updateTime;
} }
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