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

11 lines
170 B
PHP
Executable File

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