wufeng 2 years ago
parent
commit
f8f0074efb
1 changed files with 3 additions and 0 deletions
  1. 3 0
      app/admin/controller/Sale.php

+ 3 - 0
app/admin/controller/Sale.php

@@ -21,6 +21,9 @@ use think\facade\Validate;
 class Sale extends Base
 {
 
+
+
+    
     public $noble = [];
 
     public function __construct(App $app)