From 915f1e9378fb1486ef15163010168e6f83951c6f Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Thu, 06 Aug 2020 18:04:10 +0800 Subject: [PATCH] Merge branch 'follow' of https://gitee.com/chonggaoxiao/new_excoin into follow --- src/main/java/com/xcong/excoin/modules/documentary/vo/FollowFollowerNoticeVo.java | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/xcong/excoin/modules/documentary/vo/FollowFollowerNoticeVo.java b/src/main/java/com/xcong/excoin/modules/documentary/vo/FollowFollowerNoticeVo.java index e878081..042a3bf 100644 --- a/src/main/java/com/xcong/excoin/modules/documentary/vo/FollowFollowerNoticeVo.java +++ b/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; -- Gitblit v1.9.1