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