商品分类

This commit is contained in:
苏尹岚
2020-05-22 14:28:33 +08:00
parent bc97ade75f
commit 074f1f25d4
2 changed files with 7 additions and 2 deletions

View File

@@ -4425,3 +4425,8 @@ func focusC4Matters(ctx *jxcontext.Context, db *dao.DaoDB, v *model.Sku) (err er
}
return err
}
func RefreshJdsSkusStatus(ctx *jxcontext.Context) (err error) {
return err
}