TASK:动态

This commit is contained in:
2024-08-23 17:34:38 +08:00
parent 8a774aa328
commit e86b576050
5 changed files with 94 additions and 6 deletions

View File

@@ -11,6 +11,6 @@ import lombok.EqualsAndHashCode;
@Data
public class GetNotificationDTO extends PageQueryBaseVo {
@ApiModelProperty("system/like/comment/follow")
@ApiModelProperty("system/like/comment/follow/newPosted")
private String type;
}

View File

@@ -24,4 +24,6 @@ public class NotificationVO extends Notification {
private Integer isFollow;
private String canvas;
}