🐛 Fix type name issue
This commit is contained in:
parent
9c731eeac9
commit
a311bddc25
@ -9,7 +9,7 @@ import (
|
|||||||
type Wallet struct {
|
type Wallet struct {
|
||||||
cruda.BaseModel
|
cruda.BaseModel
|
||||||
|
|
||||||
Balance decimal.Decimal `json:"amount" sql:"type:decimal(30,2);"`
|
Balance decimal.Decimal `json:"balance" sql:"type:decimal(30,2);"`
|
||||||
Password string `json:"password"`
|
Password string `json:"password"`
|
||||||
AccountID uint `json:"account_id"`
|
AccountID uint `json:"account_id"`
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user