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