fix:dish
This commit is contained in:
@@ -6,7 +6,7 @@ namespace App\Controller\Admin;
|
|||||||
|
|
||||||
use App\Middleware\Admin\JwtAuthMiddleware;
|
use App\Middleware\Admin\JwtAuthMiddleware;
|
||||||
use App\Request\Admin\DishRequest;
|
use App\Request\Admin\DishRequest;
|
||||||
use App\Service\Admin\Good\DishService;
|
use App\Service\Admin\Material\DishService;
|
||||||
use Hyperf\HttpServer\Annotation\Controller;
|
use Hyperf\HttpServer\Annotation\Controller;
|
||||||
use Hyperf\HttpServer\Annotation\Middlewares;
|
use Hyperf\HttpServer\Annotation\Middlewares;
|
||||||
use Hyperf\HttpServer\Annotation\RequestMapping;
|
use Hyperf\HttpServer\Annotation\RequestMapping;
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace App\Service\Admin\Good;
|
namespace App\Service\Admin\Material;
|
||||||
|
|
||||||
use App\Constants\Common\DishCode;
|
use App\Constants\Common\DishCode;
|
||||||
use App\Model\Dish;
|
use App\Model\Dish;
|
||||||
Reference in New Issue
Block a user