<?php namespace app\common\model; /** * 结算单订单明细 * @author Administrator */ class ChannelDivideSettleDetPay extends \think\Model { protected $pk = 'id'; protected $table = 'nw_game_channel_divide_settle_det_pay'; }