Commit fe55976e authored by zhangdongying's avatar zhangdongying

批次入库接口

parent c4d7962e
...@@ -361,4 +361,12 @@ interface StoreServiceInterface ...@@ -361,4 +361,12 @@ interface StoreServiceInterface
* @return bool * @return bool
*/ */
public function createExWarehouseOrder(array $exWarehouseOrder): bool; public function createExWarehouseOrder(array $exWarehouseOrder): bool;
/**
* 批次入库
*
* @param array $warehousing
* @return bool
*/
public function batchWarehousing(array $warehousing): bool;
} }
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