Commit 98fd7499 authored by 秦俊坤's avatar 秦俊坤

store 新增 stockUpDeliveryDispatched 方法

parent cd992ab9
......@@ -322,4 +322,12 @@ interface StoreServiceInterface
* @return array
*/
public function getSampleWarehouseList(array $columns = ['id', 'name']): array;
/**
* 备货发货接收对应的明细数据
* @param array $params
* @return array
*/
public function stockUpDeliveryDispatched(array $params): array;
}
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