'未绑定', self::BINDING_YES => '已绑定', ]; public function bikes(){ return $this->belongsTo(Bike::class,'box_no','box_no'); } }