Commit c3c8dde6 authored by zhangdongying's avatar zhangdongying

新创建出库单接口

parent 409ba42d
......@@ -377,4 +377,12 @@ interface StoreServiceInterface
* @return bool
*/
public function cancelExWarehouseOrder(string $sourceNo): bool;
/**
* 创建出库单(无需提供库位)
*
* @param array $exWarehouseOrder
* @return bool
*/
public function createExWarehouseOrderWithoutLocation(array $exWarehouseOrder): 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