finance
黄伟 2 years ago
parent 9aa0054efb
commit aad659957f

@ -331,6 +331,15 @@ type ByIdsSkuItem struct {
AfterAdjustPrice decimal.Decimal `json:"afterAdjustPrice"` // 改价后加价金额
Handle uint `json:"handle"` // 1=未处理 2=已处理
Reason string `json:"reason"` // 驳回原因
Specifications []SpecItem `json:"specifications"`
}
type SpecItem struct {
Id uint `json:"id"`
SkuId uint `json:"skuId"`
Name string `json:"name"`
Value string `json:"value"`
GroupName string `json:"groupName"`
}
// FindByIds @Title 根据Ids查询sku信息

Loading…
Cancel
Save