zhangguidong 2 年之前
父節點
當前提交
3a0e2738d0
共有 1 個文件被更改,包括 4 次插入1 次删除
  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;
 /**
  * 商家商品数据接口
  */