Files
exchange/app/SettingBillingCharge.php
2018-07-20 18:47:19 +08:00

11 lines
160 B
PHP

<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class SettingBillingCharge extends Model
{
protected $fillable = ['billing_charge_rate'];
}