<?php namespace app\common\model; use think\Cache; use think\Db; /** * 渠道更多信息表 * @author Administrator */ class ChannelInfoApply extends \think\Model { protected $pk = 'id'; protected $table = 'nw_channel_info_apply'; }