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