链街Dcat后台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
307 B

  1. <?php
  2. namespace App\Admin\Metrics\Examples;
  3. use Dcat\Admin\Widgets\Metrics\Card;
  4. /**
  5. * 服务商数据
  6. * Class MmInfo
  7. * @package App\Admin\Metrics\Examples
  8. */
  9. class MmInfo extends Card
  10. {
  11. public function init()
  12. {
  13. parent::init();
  14. $this->title('服务商卡片数据');
  15. }
  16. }