"array", "additional_weight_price" => "array" ]; public function ownerPriceExpress() { //快递计费 return $this->belongsTo(OwnerPriceExpress::class,"owner_price_express_id","id"); } public function province() { //省份 return $this->hasOne(Province::class,"id","province_id"); } }