moonsflyer 8 months ago
parent
commit
8a9ace9f02
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/common/model/supply_demand/SupplyDemandInfo.php

+ 1 - 1
app/common/model/supply_demand/SupplyDemandInfo.php

@@ -20,7 +20,7 @@ use app\common\model\asset\AssetArea;
 use app\common\model\recharge\RechargeOrder;
 use app\common\model\supply_demand\SupplyDemandCate;
 use app\common\service\FileService;
-use app\common\model\User\User;
+use app\common\model\user\User;
 use think\model\concern\SoftDelete;
 
 /**