<?php namespace App\Contracts\Repositories\Dwbs; use Prettus\Repository\Contracts\RepositoryInterface; /** * Interface ShopGoodRepository. */ interface ShopGoodRepository extends RepositoryInterface { }