Commit c70a6896 authored by gongyuanbiao's avatar gongyuanbiao

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

parent 8bd6aefd
...@@ -66,10 +66,10 @@ interface PurchaseInfoServiceInterface ...@@ -66,10 +66,10 @@ interface PurchaseInfoServiceInterface
/** /**
* 根据sku查询采购时间/上架时间 * 根据sku查询采购时间/上架时间
* @param array $batchNo 批次号数组 * @param array $skuArr sku数组 ['DSAU09-Animals-73','DSAU13-Strawberry-66']
* @return array * @return array
*/ */
public function getPurchaseTimeArrBySku(array $sku) :array; public function getPurchaseTimeArrBySku(array $skuArr) :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