belongsTo(Material::class, 'material_id'); } // 판매 기록 public function sales() { return $this->hasMany(LotSale::class, 'lot_id'); } }