Commit 1324ee3d authored by jiangkebao's avatar jiangkebao

检测仓库产品和平台产品在计划中是否存在

parent e25b0d1c
......@@ -11,4 +11,18 @@ namespace Meibuyu\Micro\Service\Interfaces;
interface DispatchPlanServiceInterface
{
/**
* 返回发货计划存在的仓库子产品id
* @param array $idList 仓库子产品id
* @return array
*/
public function getExistProductChildIds(array $idList): array;
/**
* 返回发货计划存在的平台子产品id
* @param array $idList
* @return array
*/
public function getExistPlatformProductChildIds(array $idList): 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