cxhxy/app/index/model/Wechat.php
test_service d3170b4d1c 1
2023-12-01 15:43:29 +08:00

13 lines
145 B
PHP
Executable File

<?php
namespace app\index\model;
use app\common\model\Wechat as WechatModel;
/**
* 公众号模型
*/
class Wechat extends WechatModel
{
}