<?php namespace app\model; use think\Model; //收货地址 class AddrModel extends Model { protected $table = 'fc_addr'; protected $pk = 'id'; }