公告板
版本库
filestore
活动
搜索
登录
main
/
OAManage
OA系统
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
Merge branch 'main' of http://182.92.203.7:2001/r/OAManage
闫增涛
2025-04-14
729e47e5aa77d73914de4353e95f56350611f820
[OAManage.git]
/
think
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env php
<?php
namespace think;
// 命令行入口文件
// 加载基础文件
require __DIR__ . '/vendor/autoload.php';
// 应用初始化
(new App())->console->run();