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