cqpCow 1 year ago
parent
commit
b8fea78f28
1 changed files with 1 additions and 4 deletions
  1. 1 4
      app/Model/InvoiceOrder.php

+ 1 - 4
app/Model/InvoiceOrder.php

@@ -2,10 +2,7 @@
 
 namespace App\Model;
 
-use App\Scopes\DepartmentScope;
-use Illuminate\Database\Eloquent\Model;
-
-class InvoiceOrder extends Model
+class InvoiceOrder extends UseScopeBaseModel
 {
     protected $table = "invoice_order"; //指定表
     const CREATED_AT = 'crt_time';