Commit f5d90ff1 authored by zhangdongying's avatar zhangdongying

备货入库RPC修改

parent e760b28e
...@@ -12,11 +12,11 @@ namespace Meibuyu\Rpc\Service\Interfaces\Store; ...@@ -12,11 +12,11 @@ namespace Meibuyu\Rpc\Service\Interfaces\Store;
interface StockUpServiceInterface interface StockUpServiceInterface
{ {
/** /**
* 获取到货质检数据(通过发货批次号) * 获取到货质检列表(通过发货批次号)
* *
* @param string $deliveryBatchNo 发货批次号 * @param array $deliveryBatchNos 发货批次号数组
* @param array $columns 列名数组 * @param array $columns 列名数组
* @return array * @return array keyBy('delivery_batch_no')
*/ */
public function getQcByDeliveryBatchNo(string $deliveryBatchNo, array $columns = ['*']): array; public function getQcListByDeliveryBatchNos(array $deliveryBatchNos, array $columns = ['*']): array;
} }
\ No newline at end of file
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