<?php /** * 渠道管理员表 * */ namespace app\common\model; use think\Cache; use think\Db; class ChannelAdmin extends \think\Model { protected $pk = 'id'; protected $table = 'nw_channel_admin'; }