35 lines
1.4 KiB
PHP
Executable File
35 lines
1.4 KiB
PHP
Executable File
<?php
|
|
|
|
// +----------------------------------------------------------------------
|
|
// | ThinkPHP [ WE CAN DO IT JUST THINK ]
|
|
// +----------------------------------------------------------------------
|
|
// | Copyright (c) 2006-2016 http://thinkphp.cn All rights reserved.
|
|
// +----------------------------------------------------------------------
|
|
// | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
|
|
// +----------------------------------------------------------------------
|
|
// | Author: yunwuxin <448901948@qq.com>
|
|
// +----------------------------------------------------------------------
|
|
|
|
return [
|
|
'app\admin\command\Crud',
|
|
'app\admin\command\Menu',
|
|
'app\admin\command\Install',
|
|
'app\admin\command\Min',
|
|
'app\admin\command\Addon',
|
|
'app\admin\command\Api',
|
|
'app\admin\command\AreaPinyinCommand',
|
|
'app\admin\command\ItemImportCommand',
|
|
'app\admin\command\ImportServiceItems',
|
|
'app\admin\command\Test',
|
|
|
|
'app\common\command\CheckOrderDispatchGotCommand',
|
|
'app\common\command\UpdateWorkerManCommand',
|
|
'app\common\command\CheckOrderDispatchCommand',
|
|
'app\common\command\CheckOrdeRecordCommand',
|
|
'app\common\command\CheckSmsPlantCommand',
|
|
'app\common\command\CheckTTSOverTimeCommand',
|
|
'app\common\command\CheckTTSTaskCommand',
|
|
'app\common\command\CheckTTSPlantCommand',
|
|
'app\common\command\FixOrderOvertime',
|
|
];
|