Commit 187b332b authored by root's avatar root

Merge branch 'develop' of http://git.huaperfect.com/without_auth/meibuyu-rpc into develop

parents 67ff7fa4 98fd7499
......@@ -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