<?php

namespace app\model;

use think\Model;

class CompanyModel extends Model
{
    protected $table = 'fc_company';
    protected $pk = 'id';
}