Commit 360fa2b1 authored by 符运喃's avatar 符运喃

添加到订单rpc

parent 7b312dc9
......@@ -124,6 +124,16 @@ interface StoreServiceInterface
public function createBatchWarehousing(array $attributes): bool;
/**
* description:根据入库单状态,判断是否生成出库单
* author: fuyunnan
* @param array $data 需要入库或者出库的数据
* @return bool
* @throws
* Date: 2021/5/25
*/
public function createInOrOutOrder(array $data): bool;
/**
* description:创建入库单 支持自定义 入库单状态和仓位
......
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