<?php namespace app\api\model; use think\Model; class Foot extends Model { protected $name = 'foot'; public function commodity () { return $this->belongsTo('CommodityModel','c_id','c_id'); } }