ShopGoodRepository.php 207 B

123456789101112
  1. <?php
  2. namespace App\Contracts\Repositories\Dwbs;
  3. use Prettus\Repository\Contracts\RepositoryInterface;
  4. /**
  5. * Interface ShopGoodRepository.
  6. */
  7. interface ShopGoodRepository extends RepositoryInterface
  8. {
  9. }