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 {
|
||||
MerchUuid string
|
||||
OriginName string
|
||||
Price int32
|
||||
MerchUuid string `json:"merch_uuid"`
|
||||
OriginName string `json:"origin_name"`
|
||||
Price int32 `json:"price"`
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue