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