zhangguidong 2 years ago
parent
commit
3a0e2738d0
1 changed files with 4 additions and 1 deletions
  1. 4 1
      app/data/controller/api/business/Goods.php

+ 4 - 1
app/data/controller/api/business/Goods.php

@@ -4,7 +4,10 @@ namespace app\data\controller\api\business;
 
 use app\data\model\ShopGoods;
 use think\admin\Controller;
-
+use hg\apidoc\annotation\Title;
+use hg\apidoc\annotation\Method;
+use hg\apidoc\annotation\Param;
+use hg\apidoc\annotation\Returned;
 /**
  * 商家商品数据接口
  */