Ken 1 week ago
parent
commit
70b0180dd4
1 changed files with 1 additions and 20 deletions
  1. 1 20
      app/Services/RebateService.php

+ 1 - 20
app/Services/RebateService.php

@@ -1,34 +1,15 @@
 <?php
 
-
 namespace App\Services;
 
-
 use App\Models\Config;
 use App\Models\Rebate;
-use App\Models\User;
 use Carbon\Carbon;
 
 class RebateService extends BaseService
 {
-    /**
-     * @description: 模型
-     * @return {string}
-     */
-    public static function model(): string
-    {
-        return Rebate::class;
-    }
-
-    /**
-     * @description: 枚举
-     * @return {*}
-     */
-    public static function enum(): string
-    {
-        return '';
-    }
 
+    public static $MODEL= Rebate::class;
 
     /**
      * @description: 获取查询条件