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