Browse Source

数据导入修改

whj 4 years ago
parent
commit
4c6310e196
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Console/Commands/ImportOrder.php

+ 1 - 1
app/Console/Commands/ImportOrder.php

@@ -23,7 +23,7 @@ class ImportOrder extends Command
      *
      *
      * @var string
      * @var string
      */
      */
-    protected $description = '订单数据导入';
+    protected $description = '订单数据导入 importOrder {订单类型} {导入xls文件名}';
 
 
     /**
     /**
      * Create a new command instance.
      * Create a new command instance.