mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-06-07 06:16:06 +00:00
fix: 后端代码格式化
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
package com.openisle.dto;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.List;
|
||||
import lombok.Data;
|
||||
|
||||
/** Aggregated user data including posts and replies. */
|
||||
@Data
|
||||
public class UserAggregateDto {
|
||||
private UserDto user;
|
||||
private List<PostMetaDto> posts;
|
||||
private List<CommentInfoDto> replies;
|
||||
|
||||
private UserDto user;
|
||||
private List<PostMetaDto> posts;
|
||||
private List<CommentInfoDto> replies;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user