4 changed files with 13 additions and 8 deletions
@ -0,0 +1,10 @@ |
|||
package app.entities.report; |
|||
|
|||
import lombok.Data; |
|||
|
|||
@Data |
|||
public class ReportBody { |
|||
private String author_steam64; |
|||
private String reported_steam64 = null; |
|||
private String reason; |
|||
} |
Loading…
Reference in new issue