* @date 2020/7/3 9:14 * * @return \think\model\relation\BelongsTo */ public function goods() { return $this->belongsTo('Goods','goods_id','id'); } }