Commit e6e5fa15 authored by 秦俊坤's avatar 秦俊坤

新增根据仓库子 SKU 获取对应的仓库主 SKU 创建者 ID 的方法

parent be9b7355
<?php
/**
* Created by PhpStorm.
* User: Zero
* Date: 2020/10/12
* Time: 9:39
*/
namespace Meibuyu\Rpc\Service\Interfaces\Product;
interface ApproveProductChildServiceInterface
{
/**
* 根据子产品获取对应的主产品的创建人 id 信息
* @param $childProductIds
* @return array
*/
public function getProductCreatorsByChildProductIds($childProductIds): array;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment