name; } /** * 配送网点电话 * @return string */ public function getMobile(){ return $this->mobile; } /** * 配送网点地址 * @return string */ public function getAddress(){ return $this->address; } public function seller() { return $this->belongsTo(Seller::class); } }