Commit 88f46dea authored by hangjun83's avatar hangjun83

后端:百化销售订单退货功能逻辑

parent 0bf39369
......@@ -23,6 +23,10 @@ class RepositoryServiceProvider extends LumenRepositoryServiceProvider
'App\Repositories\Contracts\UsersRepository' => 'App\Repositories\Eloquent\UsersRepositoryEloquent',
'App\Repositories\Contracts\MenusRepository' => 'App\Repositories\Eloquent\MenusRepositoryEloquent',
'App\Repositories\Contracts\RolesRepository' => 'App\Repositories\Eloquent\RolesRepositoryEloquent',
'App\Repositories\Contracts\BhPordersRepository' => 'App\Repositories\Eloquent\BhPordersRepositoryEloquent',
'App\Repositories\Contracts\BhSordersRepository' => 'App\Repositories\Eloquent\BhSordersRepositoryEloquent',
'App\Repositories\Contracts\BhSoitemsRepository' => 'App\Repositories\Eloquent\BhSoitemsRepositoryEloquent',
'App\Repositories\Contracts\BhSorderRefundRepository' => 'App\Repositories\Eloquent\BhSorderRefundRepositoryEloquent',
];
/**
......
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