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