Commit 8a187d7f authored by zhangdongying's avatar zhangdongying

获取质检列表修改

parent 52d8bdcb
......@@ -12,11 +12,10 @@ namespace Meibuyu\Rpc\Service\Interfaces\Store;
interface StoreStockUpServiceInterface
{
/**
* 获取到货质检列表(通过发货批次号
* 获取质检列表(包括到货质检/二次质检/复检
*
* @param array $deliveryBatchNos 发货批次号数组
* @param array $columns 列名数组
* @return array keyBy('delivery_batch_no')
*/
public function getQcListByDeliveryBatchNos(array $deliveryBatchNos, array $columns = ['*']): array;
public function getQcListByDeliveryBatchNos(array $deliveryBatchNos): 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