tongshanglei 2 years ago
parent
commit
7d10430a51
1 changed files with 1 additions and 1 deletions
  1. 1 1
      catch/hydraulic/controller/Maintenance.php

+ 1 - 1
catch/hydraulic/controller/Maintenance.php

@@ -5,7 +5,7 @@ namespace catchAdmin\hydraulic\controller;
 use catcher\base\CatchRequest as Request;
 use catcher\CatchResponse;
 use catcher\base\CatchController;
-use catchAdmin\hydraulic\model\maintenanceMapper as maintenanceModel;
+use catchAdmin\hydraulic\model\MaintenanceMapper as maintenanceModel;
 use catcher\base\CatchRequest;
 use think\facade\Db;