Files
cunkebao_v3/Server/application/api/model/WechatChatroomModel.php
2025-04-02 16:00:10 +08:00

11 lines
160 B
PHP
Executable File

<?php
namespace app\api\model;
use think\Model;
class WechatChatroomModel extends Model
{
// 设置表名
protected $name = 'wechat_chatroom';
}