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