<?php namespace app\common\model; /** * 渠道结算单 * @author Administrator */ class GameChannelDivide extends \think\Model { protected $pk = 'id'; protected $table = 'nw_game_channel_divide'; }