소스 검색

修改文件

Devin 1 개월 전
부모
커밋
b8e3aec57b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      application/common/service/DemandBiddingService.php

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

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