<?php namespace app\common\model; /** * 外部渠道冻结表 * @author hhhh */ class ChannelApiRequestAuth extends \think\Model { protected $pk = 'id'; protected $table= 'cy_channel_api_request_auth'; }