Commit b2c15e1b authored by 符运喃's avatar 符运喃

提交代码 订单出库单创建 多个仓库

parent 3594188b
......@@ -123,6 +123,21 @@ interface StoreServiceInterface
*/
public function createBatchWarehousing(array $attributes): bool;
/**
* description:批量创建出库单,多个仓库 直接出虚拟仓
* author: fuyunnan
* @param array $attributes 提交的数组 参考yapi http://api.huaperfect.com/project/38/interface/api/6968
* @return bool
* @throws
* Date: 2020/8/8
*/
public function createBatchWarehousingStatus(array $attributes): bool;
/**
* description:批量创建出库单,出库单直接出库
* author: fuyunnan
......
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