Ai
1 Star 1 Fork 0

web3d/lowcode-demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
AppService.php 266 Bytes
一键复制 编辑 原始数据 按行查看 历史
jimmy 提交于 2021-08-04 11:57 +08:00 . init
<?php
declare (strict_types = 1);
namespace app;
use think\Service;
/**
* 应用服务类
*/
class AppService extends Service
{
public function register()
{
// 服务注册
}
public function boot()
{
// 服务启动
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/web3d/lowcode-demo.git
git@gitee.com:web3d/lowcode-demo.git
web3d
lowcode-demo
lowcode-demo
master

搜索帮助