mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-04-22 20:07:44 +08:00
feat: add user medal selection and display
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package com.openisle.dto;
|
||||
|
||||
import lombok.Data;
|
||||
import com.openisle.model.MedalType;
|
||||
|
||||
/**
|
||||
* DTO representing a post or comment author.
|
||||
@@ -10,5 +11,6 @@ public class AuthorDto {
|
||||
private Long id;
|
||||
private String username;
|
||||
private String avatar;
|
||||
private MedalType displayMedal;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user