<?php namespace App\Module\Pet\Casts; use UCore\Model\CastsAttributes; class DisplayAttributesCast extends CastsAttributes { /** * 图片 * @var string $image */ public $image= ''; }