コード例 #1
0
ファイル: ShopService.php プロジェクト: hachi-zzq/dajiayao
 public function getShopItems($shopId)
 {
     return ShopItem::getByShop($shopId);
 }