wugg 2 years ago
parent
commit
8703163ac0
1 changed files with 2 additions and 0 deletions
  1. 2 0
      config/console.php

+ 2 - 0
config/console.php

@@ -10,5 +10,7 @@ return [
 
 		'copyCxData'=>app\command\copyCxData::class,//复制采销数据到中间表
         'handleCxData'=>app\command\handleCxData::class,//处理中间表的采销数据
+
+        'Good'=>app\command\good::class,//处理中间表的采销数据
     ],
 ];