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();