<?php
declare(strict_types=1);
namespace App\Model;
class RebateTimesSetting extends Model
{
protected $table = 'tab_rebate_times_setting';
}