zhangguidong před 2 roky
rodič
revize
3a0e2738d0
1 změnil soubory, kde provedl 4 přidání a 1 odebrání
  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;
 /**
  * 商家商品数据接口
  */