<?php declare(strict_types=1); namespace ImiApp\Model; use Imi\Bean\Annotation\Inherit; use ImiApp\Model\Base\FortuneBase; /** * fortune * @Inherit */ class Fortune extends FortuneBase { }