Commit a166a935 authored by hangjun83's avatar hangjun83

百化接口

parent fe538206
......@@ -2,7 +2,7 @@
namespace App\Rhawn\Repositories\Eloquent;
use App\Rhawn\Repositories\Contracts\RhawnCustomerRepository;
use App\Rhawn\Repositories\Contracts\BhuaCustomerRepository;
use App\Rhawn\Repositories\Models\BhuaCustomer;
use Illuminate\Support\Facades\DB;
use Prettus\Validator\Contracts\ValidatorInterface;
......@@ -10,7 +10,7 @@ use Prettus\Validator\Contracts\ValidatorInterface;
/**
* Class UserRepositoryEloquent.
*/
class BhuaCustomerRepositoryEloquent extends BaseRepository implements RhawnCustomerRepository
class BhuaCustomerRepositoryEloquent extends BaseRepository implements BhuaCustomerRepository
{
/**
* Specify Model class name.
......
......@@ -2,6 +2,7 @@
namespace App\Rhawn\Repositories\Eloquent;
use App\Rhawn\Repositories\Contracts\BhuaProductRepository;
use App\Rhawn\Repositories\Contracts\RhawnProductRepository;
use App\Rhawn\Repositories\Models\BhuaProducts;
use Illuminate\Support\Facades\DB;
......@@ -10,7 +11,7 @@ use Prettus\Validator\Contracts\ValidatorInterface;
/**
* Class UserRepositoryEloquent.
*/
class BhuaProductRepositoryEloquent extends BaseRepository implements RhawnProductRepository
class BhuaProductRepositoryEloquent extends BaseRepository implements BhuaProductRepository
{
/**
* Specify Model class name.
......
......@@ -2,6 +2,7 @@
namespace App\Rhawn\Repositories\Eloquent;
use App\Rhawn\Repositories\Contracts\BhuaSoitemsRepository;
use App\Rhawn\Repositories\Contracts\BhuaSordersRepository;
use App\Rhawn\Repositories\Contracts\RhawnSoitemsRepository;
use App\Rhawn\Repositories\Contracts\RhawnSordersRepository;
......@@ -12,7 +13,7 @@ use Prettus\Validator\Contracts\ValidatorInterface;
/**
* Class UserRepositoryEloquent.
*/
class BhuaSoitemsRepositoryEloquent extends BaseRepository implements RhawnSoitemsRepository
class BhuaSoitemsRepositoryEloquent extends BaseRepository implements BhuaSoitemsRepository
{
/**
* Specify Model class name.
......
......@@ -3,6 +3,7 @@
namespace App\Rhawn\Repositories\Eloquent;
use App\Rhawn\Repositories\Contracts\BhuaBrandsRepository;
use App\Rhawn\Repositories\Contracts\BhuaSordersRepository;
use App\Rhawn\Repositories\Models\BhuaSorders;
use Illuminate\Support\Facades\DB;
use Prettus\Validator\Contracts\ValidatorInterface;
......@@ -10,7 +11,7 @@ use Prettus\Validator\Contracts\ValidatorInterface;
/**
* Class UserRepositoryEloquent.
*/
class BhuaSordersRepositoryEloquent extends BaseRepository implements BhuaBrandsRepository
class BhuaSordersRepositoryEloquent extends BaseRepository implements BhuaSordersRepository
{
/**
* Specify Model class name.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment