moonsflyer 9 tháng trước cách đây
mục cha
commit
d0c6340196
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/common/model/agricultural_machinery/UserService.php

+ 1 - 1
app/common/model/agricultural_machinery/UserService.php

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