2024-07-30 23:51:53 +07:00

8 lines
101 B
Go

package entity
type Balance struct {
PartnerID int64
Balance float64
AuthBalance float64
}