<?php namespace ImiApp\Model; use Imi\Bean\Annotation\Inherit; use ImiApp\Model\Base\FortuneBase; /** * Fortune * @Inherit */ class Fortune extends FortuneBase { }