'游客', (string) self::type_consumer => '普通用户', (string) self::type_business => '商家', (string) self::type_staff => '员工', ]; } public function tag() { return $this->hasOne(Tag::class,"id","tag_id"); } }