<?php namespace app\index\model; use\think\Model; use think\Session; use think\cache\driver\Redis; use think\Loader; use think\Cache; use think\DB; class MessageUser extends Model { }