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

11 lines
182 B
PHP

<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class SettingCredit extends Model
{
protected $fillable = ['rmb_credit_limit','usd_credit_limit','time_limit'];
}