Files
cunkebao_v3/Server/application/cunkebao/model/WechatChatroom.php
2025-04-22 19:17:14 +08:00

15 lines
187 B
PHP

<?php
namespace app\cunkebao\model;
use think\Model;
/**
* 微信好友模型类
*/
class WechatChatroom extends Model
{
// 设置表名
protected $name = 'wechat_group';
}