Commit 8bd6aefd authored by gongyuanbiao's avatar gongyuanbiao

根据sku查询采购时间/上架时间

parent 37e6748c
......@@ -61,6 +61,15 @@ interface PurchaseInfoServiceInterface
* @return mixed
*/
public function syncAccountingComplete($purchaseId):bool;
/**
* 根据sku查询采购时间/上架时间
* @param array $batchNo 批次号数组
* @return array
*/
public function getPurchaseTimeArrBySku(array $sku) :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