update #143
|
@ -4,11 +4,11 @@ import "time"
|
||||||
|
|
||||||
// ResponseSellerInfo ...
|
// ResponseSellerInfo ...
|
||||||
type ResponseSellerInfo struct {
|
type ResponseSellerInfo struct {
|
||||||
ID string `json:"_id"`
|
ID string `json:"_id"`
|
||||||
Name string `json:"name"`
|
Name string `json:"name"`
|
||||||
Code string `json:"code"`
|
Code string `json:"code"`
|
||||||
PlanPackage *SellerPlanPackageInfo `json:"planPackage,omitempty"`
|
IsAccountPro bool `json:"isAccountPro"`
|
||||||
CashRemaining float64 `json:"cashRemaining"`
|
CashRemaining float64 `json:"cashRemaining"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// ResponseListSellerInfo ...
|
// ResponseListSellerInfo ...
|
||||||
|
|
Loading…
Reference in New Issue