<?php namespace App\Models\Enums; enum NotificationObjectType: string { case ANNOUNCEMENT = "announcement"; //公告 case ACTION = "action"; //Action 通知 }