<?php namespace app\model; use think\Model; class OrderExchangeModel extends Model { protected $table = 'fc_order_exchange'; protected $pk = 'id'; }