ix
This commit is contained in:
parent
818ed5c998
commit
71358a575c
4
def.go
4
def.go
@ -624,8 +624,8 @@ type JobPayloadVaultValOth struct {
|
|||||||
type JobPayloadVaultValTab struct {
|
type JobPayloadVaultValTab struct {
|
||||||
ItemID64 int64 `json:"item_id"`
|
ItemID64 int64 `json:"item_id"`
|
||||||
Quality string `json:"quality"`
|
Quality string `json:"quality"`
|
||||||
Quantity int `json:"quantity"`
|
Quantity int64 `json:"quantity"`
|
||||||
Volume int `json:"volume"`
|
Volume int64 `json:"volume"`
|
||||||
Value float64 `json:"value"`
|
Value float64 `json:"value"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user