40 Star 358 Fork 126

店滴云物联网开源框架/ddiot-茶室民宿酒店棋牌室管理系统

Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
_ide_helper.php 910 Bytes
Copy Edit Raw Blame History
店滴 authored 2025-05-29 00:02 +08:00 . 12
<?php
use common\components\ExtendedRequest;
use yii\web\Application;
class Yii
{
/**
* @var MyApplication
*/
public static MyApplication $app;
}
/**
* 组件代码自动提示助手
* @property ExtendedRequest $request
* @property common\rpc\services\BaseService $service
* @property yii2mod\settings\components\Settings $settings
* @method scheme(int $order_id)
*/
class MyApplication extends Application
{
/**
* @var mixed|object|null
*/
public mixed $template_message;
/**
* @var \common\components\wechat\Wechat
*/
public mixed $wechat;
/**
* @var yii\queue\Queue
*
*/
public mixed $queue;
/**
* @var common\modules\openWeixin\components\WxappClient
*/
public mixed $WxappClient;
/**
* @var \common\modules\officialaccount\components\wechat
*/
public mixed $officialaccount;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/wayfirer/ddiot.git
git@gitee.com:wayfirer/ddiot.git
wayfirer
ddiot
ddiot-茶室民宿酒店棋牌室管理系统
master

Search