Files
CKB-Interface/application/cunkebao/model/WechatChatroom.php
2026-01-05 10:25:32 +08:00

15 lines
187 B
PHP

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