mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-02-21 22:41:05 +08:00
fix: 后端代码格式化
This commit is contained in:
@@ -5,10 +5,11 @@ import lombok.Data;
|
||||
/** DTO representing a search result entry. */
|
||||
@Data
|
||||
public class SearchResultDto {
|
||||
private String type;
|
||||
private Long id;
|
||||
private String text;
|
||||
private String subText;
|
||||
private String extra;
|
||||
private Long postId;
|
||||
|
||||
private String type;
|
||||
private Long id;
|
||||
private String text;
|
||||
private String subText;
|
||||
private String extra;
|
||||
private Long postId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user