belongsTo(ProductSku::class, 'gift_sku_id'); } /** * 确认此赠品是否有限制 * * @return bool */ public function isLimit(): bool { return $this->limit !== 0; } }