Commit f4a076d1 authored by liu lu's avatar liu lu

批次号查询采购信息

parent be1d96d2
...@@ -36,6 +36,14 @@ interface PurchaseInfoServiceInterface ...@@ -36,6 +36,14 @@ interface PurchaseInfoServiceInterface
public function getShippingList($page=1,$pageSize=10): array; public function getShippingList($page=1,$pageSize=10): array;
/**
* 根据批次号查询采购信息
* @param array $batchNo 批次号数组
* @return array
*/
public function getPurchaseInfoArrByBatchNo(array $batchNo) :array;
/** /**
* 订单推送采购 * 订单推送采购
* @param $post * @param $post
......
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