struct annotations
This commit is contained in:
parent
8ede019f4b
commit
792ce2d08b
1 changed files with 3 additions and 3 deletions
|
|
@ -6,7 +6,7 @@ type Task struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
type Result struct {
|
type Result struct {
|
||||||
MerchUuid string
|
MerchUuid string `json:"merch_uuid"`
|
||||||
OriginName string
|
OriginName string `json:"origin_name"`
|
||||||
Price int32
|
Price int32 `json:"price"`
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue