jds2 *
This commit is contained in:
@@ -902,21 +902,21 @@ type WareSaveParam struct {
|
||||
StaffID int `json:"staffId"`
|
||||
UpdateTime interface{} `json:"updateTime"`
|
||||
} `json:"rentSpuVO"`
|
||||
SaleAttrs []interface{} `json:"saleAttrs"`
|
||||
Service string `json:"service"`
|
||||
ServiceDesc string `json:"serviceDesc"`
|
||||
ServiceFeeID int `json:"serviceFeeId"`
|
||||
ShopCategorys []int `json:"shopCategorys"`
|
||||
SkuJSON string `json:"skuJson"`
|
||||
Skus []WareSaveSkus `json:"skus"`
|
||||
TaxCheapContent string `json:"taxCheapContent"`
|
||||
TaxCode string `json:"taxCode"`
|
||||
TaxRate int `json:"taxRate"`
|
||||
TempID string `json:"tempId"`
|
||||
TemplateID int `json:"templateId"`
|
||||
Title string `json:"title"`
|
||||
ToUsePrice string `json:"toUsePrice"`
|
||||
TransparentImageAudit []interface{} `json:"transparentImageAudit"`
|
||||
SaleAttrs []interface{} `json:"saleAttrs"`
|
||||
Service string `json:"service"`
|
||||
ServiceDesc string `json:"serviceDesc"`
|
||||
ServiceFeeID int `json:"serviceFeeId"`
|
||||
ShopCategorys []int `json:"shopCategorys"`
|
||||
SkuJSON string `json:"skuJson"`
|
||||
Skus []*WareSaveSkus `json:"skus"`
|
||||
TaxCheapContent string `json:"taxCheapContent"`
|
||||
TaxCode string `json:"taxCode"`
|
||||
TaxRate int `json:"taxRate"`
|
||||
TempID string `json:"tempId"`
|
||||
TemplateID int `json:"templateId"`
|
||||
Title string `json:"title"`
|
||||
ToUsePrice string `json:"toUsePrice"`
|
||||
TransparentImageAudit []interface{} `json:"transparentImageAudit"`
|
||||
TransparentImageMap struct {
|
||||
} `json:"transparentImageMap"`
|
||||
TransportID int `json:"transportId"`
|
||||
@@ -947,18 +947,18 @@ type WareSaveSkusProp struct {
|
||||
}
|
||||
|
||||
type WareSaveSkus struct {
|
||||
Props []WareSaveSkusProp `json:"props"`
|
||||
Features []interface{} `json:"features"`
|
||||
SkuID int64 `json:"skuId,omitempty"`
|
||||
JdPrice string `json:"jdPrice"`
|
||||
OuterID string `json:"outerId"`
|
||||
StockNum int `json:"stockNum"`
|
||||
RentDeposit string `json:"rentDeposit"`
|
||||
RentUnit string `json:"rentUnit"`
|
||||
RentServiceDay string `json:"rentServiceDay"`
|
||||
SkuProps []interface{} `json:"skuProps"`
|
||||
Plu string `json:"plu"`
|
||||
Capacity interface{} `json:"capacity"`
|
||||
Props []*WareSaveSkusProp `json:"props"`
|
||||
Features []interface{} `json:"features"`
|
||||
SkuID int64 `json:"skuId,omitempty"`
|
||||
JdPrice string `json:"jdPrice"`
|
||||
OuterID string `json:"outerId"`
|
||||
StockNum int `json:"stockNum"`
|
||||
RentDeposit string `json:"rentDeposit"`
|
||||
RentUnit string `json:"rentUnit"`
|
||||
RentServiceDay string `json:"rentServiceDay"`
|
||||
SkuProps []interface{} `json:"skuProps"`
|
||||
Plu string `json:"plu"`
|
||||
Capacity interface{} `json:"capacity"`
|
||||
}
|
||||
|
||||
type WareSaveResult struct {
|
||||
|
||||
Reference in New Issue
Block a user