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