tp6框架的销售统计系统
#!/usr/bin/env php<?phpnamespace think;// 命令行入口文件// 加载基础文件require __DIR__ . '/vendor/autoload.php';// 应用初始化(new App())->console->run();