bundle product draft类关系图
2021-12-04 18:49:10 0 举报
bundle product
作者其他创作
大纲/内容
1
Bundle Sku
+SkuId:string+ProductID:string+IsBundle:bool+CustomSkuId:string...
+ TableName():string...
1.platformSku需要通过映射表才能知道对应实体sku2.实体sku也需要通过映射关系表才能知道平台sku
n
Bundle Sku Releated Draft
+merchantId:int+ProductID:string+SkuId:string...
PlatformSku
+SkuID:string+PlatformProductID:string...+PlatformCustomSkuID:string...
+ TableName():string ...
Product
+ProductID:string+IsBundle:bool
Bundle Sku Releated
+ProductID:string+bundleSkuID:string+SkuID:string...
SkuMapping
+PlatformShopID:string+PlatformProductID:string+PlatformSkuID:string+ProductID:string+SkuID:string...
PlatformProduct
+PlatformProducID:string...
Sku
Sku Draft
+merchantId: int+SkuId:string+ProductID:string+IsBundle:bool+CustomSkuId:string...
DeleteSkuMapping
Product Draft
+merchantId:int+ProductID:string+IsBundle:bool
收藏
0 条评论
下一页