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