Sfoglia il codice sorgente

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

likang 2 anni fa
parent
commit
90c67898f2
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  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));
         return CatchResponse::success($this->workplanModel->deleteBy($id, true));
     }
     }
 
 
+    /**
+     * function
+     * 根据ID获取风机
+     * @param Request $request 
+     */
     public function getFanIdByWindId(Request $request)
     public function getFanIdByWindId(Request $request)
     {
     {
         $fan = new Fan();
         $fan = new Fan();