Files
exchange/app/SettingBillingCharge.php
T
2018-09-12 15:36:49 +08:00

11 lines
160 B
PHP

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