<?php namespace app\common\model; /** * 聚合渠道预付款配置表 * @author Administrator */ class PolyChannelDeposit extends \think\Model { protected $pk = 'id'; protected $table = 'cy_polychannel_deposit'; }