cf-platform/Application/Admin/Model/PromoteGameRatioModel.class...

11 lines
154 B
PHP

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