Commit eaa1fae3 authored by zhangdongying's avatar zhangdongying

新增取消出库单接口

parent 6a435d5f
...@@ -369,4 +369,12 @@ interface StoreServiceInterface ...@@ -369,4 +369,12 @@ interface StoreServiceInterface
* @return bool * @return bool
*/ */
public function batchWarehousing(array $warehousing): bool; public function batchWarehousing(array $warehousing): bool;
/**
* 取消出库单
*
* @param string $sourceNo 来源单号
* @return bool
*/
public function cancelExWarehouseOrder(string $sourceNo): 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