'等待处理', self::CALL => '已处理', }; } /** * 获取所有状态 * @return array */ public static function getAll(): array { return [ self::WAIT, self::CALL, ]; } }