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