belongsTo(DeliveryAppointment::class); } public function commodity() { //商品 return $this->belongsTo(Commodity::class); } }