Commit 44c97685 by feixiang

Merge remote-tracking branch 'origin/master'

parents d1630411 cc6b001c
......@@ -93,5 +93,5 @@ interface GoodsInterface
* @return mixed
* @author Administrator
*/
public function ListByIds(array $ids, $storeId, $order = ['id', 'DESC']);
public function listByIds(array $ids, $storeId, $order = ['id', 'DESC']);
}
\ 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