Browse Source

修改文件

Devin 1 month ago
parent
commit
b8e3aec57b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/common/service/DemandBiddingService.php

+ 1 - 1
application/common/service/DemandBiddingService.php

@@ -2,7 +2,7 @@
 
 
 namespace app\common\service;
 namespace app\common\service;
 
 
-use app\common\model\Demand\Biddings;
+use app\common\model\demand\Biddings;
 use app\common\traits\ServiceTrait;
 use app\common\traits\ServiceTrait;
 use Exception;
 use Exception;
 use think\Db;
 use think\Db;