This commit is contained in:
2026-03-09 22:55:58 +08:00
commit 914b914deb
266 changed files with 133827 additions and 0 deletions

15
application/command.php Normal file
View File

@@ -0,0 +1,15 @@
<?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\command\QueryStock', //加入需要cmd或者linux-crontab执行的PHP文件
'app\command\QueryAgv' //加入需要cmd或者linux-crontab执行的PHP文件
];