<?php
namespace Admin\Model;
use Think\Model;
class PromoteGameRatioModel extends Model
{
// 数据表前缀
protected $tablePrefix = 'tab_';
}