Browse Source

fix:大小写

super-yimizi 1 month ago
parent
commit
7c82d57b15
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/common/model/supplier/Index.php

+ 1 - 1
application/common/model/supplier/Index.php

@@ -4,7 +4,7 @@ namespace app\common\model\supplier;
 
 
 use think\Model;
 use think\Model;
 use traits\model\SoftDelete;
 use traits\model\SoftDelete;
-use app\common\enum\StatusEnum;
+use app\common\Enum\StatusEnum;
 
 
 class Index extends Model
 class Index extends Model
 {
 {