mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-02-24 07:00:49 +08:00
feat: add pioneer medal dto
This commit is contained in:
10
backend/src/main/java/com/openisle/dto/PioneerMedalDto.java
Normal file
10
backend/src/main/java/com/openisle/dto/PioneerMedalDto.java
Normal file
@@ -0,0 +1,10 @@
|
||||
package com.openisle.dto;
|
||||
|
||||
import lombok.Data;
|
||||
import lombok.EqualsAndHashCode;
|
||||
|
||||
@Data
|
||||
@EqualsAndHashCode(callSuper = true)
|
||||
public class PioneerMedalDto extends MedalDto {
|
||||
private long rank;
|
||||
}
|
||||
Reference in New Issue
Block a user