DisplayAttributesCast.php 213 B

123456789101112131415161718
  1. <?php
  2. namespace App\Module\Pet\Casts;
  3. use UCore\Model\CastsAttributes;
  4. class DisplayAttributesCast extends CastsAttributes
  5. {
  6. /**
  7. * 图片
  8. * @var string $image
  9. */
  10. public $image= '';
  11. }