mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-02-27 00:20:48 +08:00
fix: 后端代码格式化
This commit is contained in:
@@ -1,16 +1,15 @@
|
||||
package com.openisle.dto;
|
||||
|
||||
import java.util.List;
|
||||
import lombok.Data;
|
||||
import lombok.EqualsAndHashCode;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* Detailed DTO for a post, including comments.
|
||||
*/
|
||||
@Data
|
||||
@EqualsAndHashCode(callSuper = true)
|
||||
public class PostDetailDto extends PostSummaryDto {
|
||||
private List<CommentDto> comments;
|
||||
}
|
||||
|
||||
private List<CommentDto> comments;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user