Commit 31040674 authored by zhangdongying's avatar zhangdongying

单件入库回调

parent c3c8dde6
...@@ -166,4 +166,12 @@ interface SubOrderServiceInterface ...@@ -166,4 +166,12 @@ interface SubOrderServiceInterface
* @return mixed * @return mixed
*/ */
public function getBySubOrderNo(string $subOrderNo); public function getBySubOrderNo(string $subOrderNo);
/**
* 单件入库回调
*
* @param array $data
* @return mixed
*/
public function subOrderWarehouse(array $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