feat(app): update
This commit is contained in:
8
pkg/dto/RockSkewerResultDTO.go
Normal file
8
pkg/dto/RockSkewerResultDTO.go
Normal file
@ -0,0 +1,8 @@
|
||||
package dto
|
||||
|
||||
// 摇签结果对象 检查状态和摇签返回
|
||||
type RockSkewerResultDTO struct {
|
||||
IsRocked string
|
||||
DefaultSkewerIcon string
|
||||
SkewerResult []string
|
||||
}
|
||||
Reference in New Issue
Block a user