<?php namespace app\common\model; /** * 渠道账户变动明细 * @author Administrator */ class ChannelAccountDet extends \think\Model { protected $pk = 'id'; protected $table = 'nw_channel_account_det'; }