www.wdadmin.cn // +---------------------------------------------------------------------- /** * Class institution * Desc 机构Model * Create on 2025/3/5 10:28 * Create by wangyafang */ namespace app\api\model\wdsxh\institution; use app\api\model\wdsxh\Base; class Institution extends Base { // 表名 protected $name = 'wdsxh_institution'; // 定义时间戳字段名 protected $createTime = 'createtime'; protected $updateTime = false; protected function getIconAttr($value) { return wdsxh_full_url($value); } }