Helius
2020-08-07 183f7ace7ed8de8fe36e36b67c49b0b2ad24ac95
src/main/java/com/xcong/excoin/modules/documentary/vo/FollowFollowerNoticeVo.java
@@ -1,5 +1,7 @@
package com.xcong.excoin.modules.documentary.vo;
import java.util.Date;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
@@ -8,6 +10,9 @@
@ApiModel(value = "FollowFollowerNoticeVo", description = "返回值")
public class FollowFollowerNoticeVo {
   
   @ApiModelProperty("时间")
   private Date createTime;
    @ApiModelProperty("标题")
    private String title;