feat(app): update
This commit is contained in:
10
pkg/dto/ActivityAttackRankDTO.go
Normal file
10
pkg/dto/ActivityAttackRankDTO.go
Normal file
@ -0,0 +1,10 @@
|
||||
package dto
|
||||
|
||||
type ActivityAttackBossRankDTO struct {
|
||||
BossId string
|
||||
MonsterId string
|
||||
MonsterName string
|
||||
MonsterIcon string
|
||||
BossDieAt string
|
||||
Rank string
|
||||
}
|
||||
Reference in New Issue
Block a user