id; data_set($this, ColumnName::CONTRACT_ID, $id); return $this; } public function contract(): BelongsTo { if ($this instanceof Model) { return $this->belongsTo(Contract::class); } else { throw new LogicException("不正"); } } }