Wearing badge

This commit is contained in:
2025-03-02 11:52:45 +08:00
parent 378c60cef8
commit 4616f7cc93
4 changed files with 54 additions and 0 deletions

View File

@ -7,5 +7,6 @@ type Badge struct {
Type string `json:"type"`
Metadata datatypes.JSONMap `json:"metadata"`
IsActive bool `json:"is_active"`
AccountID uint `json:"account_id"`
}