belongsTo(UtilityFee::class); } /** * 獲取附件的全路徑 URL */ public function getUrlAttribute() { return tenant_asset($this->file_path); } }