This commit is contained in:
邹宗楠
2022-07-06 17:16:08 +08:00
parent 85e8a8c980
commit a674ddd8d9

View File

@@ -66,7 +66,7 @@ type User struct {
type UserBalance struct { type UserBalance struct {
User User
AccountBalance int64 `json:"account_balance"` // 银行余额 AccountBalance int64 `json:"accountBalance"` // 银行余额
} }
func (*User) TableUnique() [][]string { func (*User) TableUnique() [][]string {