tongshanglei 2 年之前
父節點
當前提交
5ab21f63a6
共有 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();