tp6 singwa 10-8 九分钟左右
model / mysql / goodsSku
public function goods()
{
return $this->hasOne(Goods::class ,"id" ,"goods_id");
}
business / goodsSku
$res = $this->model->with('goods')->find($id);
tp6 singwa 10-8 九分钟左右
model / mysql / goodsSku
public function goods()
{
return $this->hasOne(Goods::class ,"id" ,"goods_id");
}
business / goodsSku
$res = $this->model->with('goods')->find($id);
微信扫码登录