belongsTo(Trade::class)->withDefault(); } /** * 所属行业 * @return [type] [description] */ public function policy() { return $this->belongsTo(Policy::class)->withDefault(); } }