* * 站点订阅消息 */ namespace app\common\model; use think\Model; class SystemMemberSubscribeQueue extends Model{ protected $pk = 'id'; }