Commit 2647b1b7 authored by  林继鑫's avatar 林继鑫

产品新增 rpc方法

parent 9f18ee96
......@@ -487,4 +487,11 @@ interface ProductServiceInterface
* @param bool $firstCategory
*/
public function ChildCategoryByParentId($id,$firstCategory = true);
/**
* 订单跟进中心导出数据
* @param $data
*/
public function exportProductionToStore($data);
}
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