xiaoyong931011
2020-08-06 a087a1cb3aa2a121c8421bcdc232528ecd7c1f92
20200806 代码提交
1 files modified
3 ■■■■■ changed files
src/main/java/com/xcong/excoin/modules/documentary/vo/FollowFollowerNoticeVo.java 3 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/modules/documentary/vo/FollowFollowerNoticeVo.java
@@ -2,6 +2,8 @@
import java.util.Date;
import com.fasterxml.jackson.annotation.JsonFormat;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
@@ -10,6 +12,7 @@
@ApiModel(value = "FollowFollowerNoticeVo", description = "返回值")
public class FollowFollowerNoticeVo {
    
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm", timezone="GMT+8")
    @ApiModelProperty("时间")
    private Date createTime;