|
<?php
|
|
/**
|
|
* Created by PhpStorm.
|
|
*
|
|
*
|
|
*
|
|
* Date: 2021/6/24
|
|
* Time: 18:10
|
|
*/
|
|
|
|
namespace app\common\models;
|
|
|
|
|
|
|
|
class WithdrawMergeServicetaxRate extends BaseModel
|
|
{
|
|
protected $table = 'yz_withdraw_merge_servicetax_rate';
|
|
|
|
protected $guarded = [''];
|
|
|
|
public $timestamps = true;
|
|
|
|
|
|
}
|