// +---------------------------------------------------------------------- declare (strict_types=1); namespace app\timer\model\dealer; use app\common\model\dealer\Apply as ApplyModel; /** * 分销商入驻申请模型 * Class Apply * @package app\timer\model\dealer */ class Apply extends ApplyModel { }