30 Star 249 Fork 88

店滴云物联网开源框架/店滴AI-人脸数据采集,识别,维护,心率算法

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
console.php 615 Bytes
一键复制 编辑 原始数据 按行查看 历史
wangchunsheng 提交于 2022-02-18 12:08 . 2022
<?php
/**
* @Author: Wang chunsheng email:2192138785@qq.com
* @Date: 2021-02-28 19:47:35
* @Last Modified by: Wang chunsheng email:2192138785@qq.com
* @Last Modified time: 2021-09-03 14:10:09
*/
namespace addons\diandi_ai;
use common\components\addons\AddonsModule;
use common\helpers\loggingHelper;
use Yii;
/**
* diandi_dingzuo module definition class.
*/
class console extends AddonsModule
{
/**
* {@inheritdoc}
*/
public $controllerNamespace = "addons\diandi_ai\console";
/**
* {@inheritdoc}
*/
public function init()
{
parent::init();
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/wayfirer/diandi_ai.git
git@gitee.com:wayfirer/diandi_ai.git
wayfirer
diandi_ai
店滴AI-人脸数据采集,识别,维护,心率算法
master

搜索帮助