<?php namespace app\common\model\base\other; use app\common\model\Common; use think\facade\Db; class Remixicon extends Common { protected $name = "system_remixicon"; }