<?php
namespace App\Service\v3\Interfaces;
interface GoodsServiceInterface
{
public function detail();
}