✨ Daily signs
This commit is contained in:
10
pkg/internal/models/sign_record.go
Normal file
10
pkg/internal/models/sign_record.go
Normal file
@ -0,0 +1,10 @@
|
||||
package models
|
||||
|
||||
type SignRecord struct {
|
||||
BaseModel
|
||||
|
||||
ResultTier int `json:"result_tier"`
|
||||
ResultExperience int `json:"result_experience"`
|
||||
Account Account `json:"account"`
|
||||
AccountID uint `json:"account_id"`
|
||||
}
|
Reference in New Issue
Block a user