wufeng 2 년 전
부모
커밋
f8f0074efb
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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)