浏览代码

Merge branch 'master' of http://gogs.renlianiot.com:4000/zmcoding/smart-tool-api

likang 2 年之前
父节点
当前提交
90c67898f2
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      catch/worklocation/controller/Workplan.php

+ 5 - 0
catch/worklocation/controller/Workplan.php

@@ -68,6 +68,11 @@ class Workplan extends CatchController
         return CatchResponse::success($this->workplanModel->deleteBy($id, true));
     }
 
+    /**
+     * function
+     * 根据ID获取风机
+     * @param Request $request 
+     */
     public function getFanIdByWindId(Request $request)
     {
         $fan = new Fan();