|
|
|
@ -107,8 +107,8 @@ type Base struct {
|
|
|
|
|
|
|
|
|
|
type BookSkuBase struct {
|
|
|
|
|
SizeAndHeight string `json:"sizeAndHeight"`
|
|
|
|
|
MarketPrice string `json:"marketPrice"`
|
|
|
|
|
PackNum string `json:"packNum"`
|
|
|
|
|
MarketPrice float64 `json:"marketPrice"`
|
|
|
|
|
PackNum float64 `json:"packNum"`
|
|
|
|
|
Language string `json:"language"`
|
|
|
|
|
Remarker string `json:"remarker"`
|
|
|
|
|
AttachmentNum string `json:"attachmentNum"`
|
|
|
|
@ -122,8 +122,8 @@ type BookSkuBase struct {
|
|
|
|
|
Publishers string `json:"publishers"`
|
|
|
|
|
Id string `json:"id"`
|
|
|
|
|
Brand string `json:"brand"`
|
|
|
|
|
Letters string `json:"letters"`
|
|
|
|
|
PublishTime int64 `json:"publishTime"`
|
|
|
|
|
Letters float64 `json:"letters"`
|
|
|
|
|
PublishTime string `json:"publishTime"`
|
|
|
|
|
BatchNo string `json:"batchNo"`
|
|
|
|
|
Author string `json:"author"`
|
|
|
|
|
ISSN string `json:"ISSN"`
|
|
|
|
|