瀏覽代碼

feat(merchant): 添加商品仓库依赖

- 引入 ProductRepository 以支持商品相关操作
shichen 2 月之前
父節點
當前提交
4026046fd8
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/controller/api/store/merchant/Merchant.php

+ 1 - 0
app/controller/api/store/merchant/Merchant.php

@@ -9,6 +9,7 @@ namespace app\controller\api\store\merchant;
9 9
 use think\App;
10 10
 use crmeb\basic\BaseController;
11 11
 use app\common\repositories\system\merchant\MerchantRepository as repository;
12
+use app\common\repositories\store\product\ProductRepository;
12 13
 use think\facade\Db;
13 14
 use think\facade\Log;
14 15
 use function Symfony\Component\VarDumper\Dumper\esc;