Commit 71dbfc09 authored by zhangdongying's avatar zhangdongying

创建出库单

parent 6073dd72
......@@ -354,4 +354,11 @@ interface StoreServiceInterface
*/
public function listWarehouse($columns = ['id', 'name', 'locked']): array;
/**
* 创建出库单
*
* @param array $exWarehouseOrder
* @return bool
*/
public function createExWarehouseOrder(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