<?php namespace app\common\model; use think\Cache; /** * 聚合渠道参数配置表 * @author Administrator */ class Polychannel extends \think\Model { protected $pk = 'id'; protected $table = 'nw_polychannel'; }