finance
黄伟 2 years ago
parent 4b7686fd63
commit 3abbea3717

@ -60,8 +60,9 @@ type ArgsSkuAdd struct {
}
type SkuImg struct {
Id uint `json:"id"`
Path string `json:"path"`
Id uint `json:"id"`
Path string `json:"path"`
ReplacePath string `json:"replacePath"`
}
type SkuSpecification struct {
@ -238,6 +239,7 @@ func (s *sku) GetImgs(ctx context.Context, skuId uint) (reply []SkuImg, err erro
type ArgsReplaceImg struct {
Id uint
SkuId uint
ReplacePath string
}

Loading…
Cancel
Save