Bläddra i källkod

Merge branch 'dev' of wugg/txx2023 into master

wugg 1 år sedan
förälder
incheckning
44302d9060
2 ändrade filer med 2 tillägg och 2 borttagningar
  1. 1 1
      app/api/controller/Good.php
  2. 1 1
      app/api/model/ActGoodurl.php

+ 1 - 1
app/api/controller/Good.php

@@ -3,7 +3,7 @@ declare (strict_types = 1);
 
 
 namespace app\api\controller;
 namespace app\api\controller;
 
 
-use app\api\model\ActGoodUrl;
+use app\api\model\ActGoodurl;
 use app\api\model\Brand;
 use app\api\model\Brand;
 use app\api\model\Cat;
 use app\api\model\Cat;
 use app\api\model\GoodSpec;
 use app\api\model\GoodSpec;

+ 1 - 1
app/api/model/ActGoodUrl.php → app/api/model/ActGoodurl.php

@@ -8,7 +8,7 @@ use think\Model;
 /**
 /**
  * @mixin \think\Model
  * @mixin \think\Model
  */
  */
-class ActGoodUrl extends Model
+class ActGoodurl extends Model
 {
 {
     //
     //
 }
 }